This commit is contained in:
Jindra Petřík
2026-02-04 19:12:37 +01:00
parent 9894456470
commit f2b7e88af9
2 changed files with 8 additions and 2 deletions

View File

@@ -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"/>

View File

@@ -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