libgdx / packr

Packages your JAR, assets and a JVM for distribution on Windows, Linux and Mac OS X
Apache License 2.0
2.56k stars 171 forks source link

windows 32bit support no more present in ENUMeration #210

Open naarani opened 2 years ago

naarani commented 2 years ago

this setting is not available: config.platform = PackrConfig.Platform.Windows32;

the enum for platform is here, and it's only Window64 https://github.com/libgdx/packr/blob/master/Packr/src/main/java/com/badlogicgames/packr/PackrConfig.java

petoncle commented 2 years ago

Windows32 isn't supported anymore. See #163.

  1. Remove windows32 platform Windows x86 is no longer built because the Adopt OpenJDK 8u242 and 8u252 have crash failures.