diff --git a/README.md b/README.md index ee7deb975..1348ec53f 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ You will need JAVA 8 to 11 installed to run it. Once unpacked, use the `droid.sh` or `droid.bat` script to run the application. ### Windows users -Archive `droid-binary-${VERSION}-bin-win32-with-jre.zip` +Archive `droid-binary-${VERSION}-bin-win64-with-jre.zip` For Windows users who might not be able to install JAVA, the provided bundle includes JAVA 11. diff --git a/droid-binary/assembly-windows-with-jre.xml b/droid-binary/assembly-windows-with-jre.xml index f21c20e5f..e4c4c6866 100644 --- a/droid-binary/assembly-windows-with-jre.xml +++ b/droid-binary/assembly-windows-with-jre.xml @@ -35,7 +35,7 @@ - bin-win32-with-jre + bin-win64-with-jre zip diff --git a/droid-binary/pom.xml b/droid-binary/pom.xml index b2159c1f0..736138e1a 100644 --- a/droid-binary/pom.xml +++ b/droid-binary/pom.xml @@ -33,8 +33,8 @@ wget - - https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.18%2B10/OpenJDK11U-jre_x86-32_windows_hotspot_11.0.18_10.zip + + https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.22%2B7/OpenJDK11U-jre_x64_windows_hotspot_11.0.22_7.zip false ${project.build.directory} @@ -55,9 +55,9 @@ - + - +