Skip to content

Commit

Permalink
Desktop Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThanosFisherman committed Aug 16, 2024
1 parent 22958b5 commit c6ea20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graal-native/build_native.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
/home/thanos/.jdks/graalvm-jdk-21.0.3/bin/native-image -Dfile.encoding=UTF8 -H:+UnlockExperimentalVMOptions -H:IncludeResources="((data)/.*)|(.*\.glsl)|(.*\.so)|(com/badlogic/gdx/utils/.*\.(png|fnt))" -jar /home/thanos/IntellijProjects/automata/dla-experiments/desktop/build/lib/desktop-1.0.0.jar
/home/thanos/.jdks/graalvm-jdk-21.0.3/bin/native-image -Dfile.encoding=UTF8 -H:+UnlockExperimentalVMOptions -H:IncludeResources="((data)/.*)|(.*\.glsl)|(.*\.so)|(com/badlogic/gdx/utils/.*\.(png|fnt))" -jar /home/thanos/IntellijProjects/automata/dla-experiments/desktop/build/lib/desktop-1.1.0.jar
#/home/thanos/.jdks/graalvm-ce-java17-22.3.3/bin/native-image -Dfile.encoding=UTF8 -H:IncludeResources="((data)/.*)|(.*\.so)|(com/badlogic/gdx/utils/.*\.(png|fnt))" -jar /home/thanos/IntellijProjects/automata/dla-experiments/desktop/build/lib/desktop-1.0.0.jar

0 comments on commit c6ea20a

Please sign in to comment.