File tree Expand file tree Collapse file tree
java/application/launch4j/bin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 <property name =" jre.download.jdk" value =" true" />
4646 <property name =" jre.downloader" value =" linux-arm32-vfp-hflt.tar.gz" />
4747 <property name =" linux.dist" value =" linux/processing-${ version } -linux-armv6hf.tgz" />
48+ <property name =" launch4j.variant" value =" linux-armv6hf" />
4849 </target >
4950 <target name =" check-linux-arm64" if =" linux-arm64" >
5051 <property name =" jre.download.jdk" value =" true" />
798799
799800 <property name =" launch4j.dir"
800801 value =" linux/work/modes/java/application/launch4j" />
802+ <!-- this might be already overwritten by check-linux-arm32 -->
803+ <property name =" launch4j.variant" value =" linux" />
801804
802805 <!-- rename the version we need -->
803- <move file =" ${ launch4j.dir } /bin/windres-linux "
806+ <move file =" ${ launch4j.dir } /bin/windres-${ launch4j.variant } "
804807 tofile =" ${ launch4j.dir } /bin/windres" />
805- <move file =" ${ launch4j.dir } /bin/ld-linux "
808+ <move file =" ${ launch4j.dir } /bin/ld-${ launch4j.variant } "
806809 tofile =" ${ launch4j.dir } /bin/ld" />
807810
808811 <!-- make executable (ant doesn't preserve) -->
You can’t perform that action at this time.
0 commit comments