mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-17 10:22:08 +00:00
try
This commit is contained in:
@@ -626,7 +626,11 @@
|
||||
<file file="build/splash.bmp"/>
|
||||
<file file="${dist.dir}/ffdec.exe"/>
|
||||
</copy>
|
||||
<exec executable="xvfb-run" failonerror="false">
|
||||
<exec executable="ls" failonerror="false">
|
||||
<arg value="-la"/>
|
||||
<arg value="${reshack.path}"/>
|
||||
</exec>
|
||||
<exec executable="xvfb-run" failonerror="true">
|
||||
<arg value="wine" />
|
||||
<arg value="${reshack.path}ResourceHacker.exe"/>
|
||||
<arg value="-open"/><arg value="${reshack.path}ffdec.exe"/>
|
||||
|
||||
@@ -96,7 +96,9 @@ else
|
||||
|
||||
JAVA_HOME=$JAVA_HOME_8_X64
|
||||
#compile, build, create files
|
||||
ant new-version
|
||||
ant exe
|
||||
#new-version
|
||||
exit 1
|
||||
|
||||
# Javadoc generation is buggy with Java 8, lets generate it with Java 21
|
||||
JAVA_HOME=$JAVA_HOME_21_X64
|
||||
|
||||
Reference in New Issue
Block a user