mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-09 22:09:47 -04:00
Resolve build variables correctly (in SPK package filebot.sh launcher)
This commit is contained in:
parent
89c6d4fae1
commit
c0e094b1f4
10
build.xml
10
build.xml
@ -555,6 +555,12 @@
|
|||||||
|
|
||||||
|
|
||||||
<target name="spk" depends="revision" description="Build Synology NAS package">
|
<target name="spk" depends="revision" description="Build Synology NAS package">
|
||||||
|
<property name="dir.staging" location="${dir.dist}/spk" />
|
||||||
|
|
||||||
|
<copy-replace todir="${dir.staging}">
|
||||||
|
<fileset dir="${dir.installer}/spk" />
|
||||||
|
</copy-replace>
|
||||||
|
|
||||||
<spk destdir="${dir.dist}" name="${package.name}" version="${application.version}" arch="noarch" compression="${tar.compression}">
|
<spk destdir="${dir.dist}" name="${package.name}" version="${application.version}" arch="noarch" compression="${tar.compression}">
|
||||||
<info name="displayname" value="${application.name}" />
|
<info name="displayname" value="${application.name}" />
|
||||||
<info name="description" value="${package.description}" />
|
<info name="description" value="${package.description}" />
|
||||||
@ -578,8 +584,8 @@
|
|||||||
<icon size="72" file="${dir.installer}/icons/icon72.png" />
|
<icon size="72" file="${dir.installer}/icons/icon72.png" />
|
||||||
<icon size="256" file="${dir.installer}/icons/icon256.png" />
|
<icon size="256" file="${dir.installer}/icons/icon256.png" />
|
||||||
|
|
||||||
<scripts dir="${dir.installer}/spk/scripts" filemode="755" />
|
<scripts dir="${dir.staging}/scripts" filemode="755" />
|
||||||
<package dir="${dir.installer}/spk/package" includes="*.sh" filemode="755" />
|
<package dir="${dir.staging}/package" includes="*.sh" filemode="755" />
|
||||||
<package prefix="jar" dir="${dir.dist}/lib" includes="*.jar" />
|
<package prefix="jar" dir="${dir.dist}/lib" includes="*.jar" />
|
||||||
|
|
||||||
<!-- include native libraries for all supported platforms -->
|
<!-- include native libraries for all supported platforms -->
|
||||||
|
0
installer/spk/package/filebot.sh
Normal file → Executable file
0
installer/spk/package/filebot.sh
Normal file → Executable file
0
installer/spk/scripts/postinst
Normal file → Executable file
0
installer/spk/scripts/postinst
Normal file → Executable file
0
installer/spk/scripts/postuninst
Normal file → Executable file
0
installer/spk/scripts/postuninst
Normal file → Executable file
0
installer/spk/scripts/postupgrade
Normal file → Executable file
0
installer/spk/scripts/postupgrade
Normal file → Executable file
0
installer/spk/scripts/preinst
Normal file → Executable file
0
installer/spk/scripts/preinst
Normal file → Executable file
0
installer/spk/scripts/preuninst
Normal file → Executable file
0
installer/spk/scripts/preuninst
Normal file → Executable file
0
installer/spk/scripts/preupgrade
Normal file → Executable file
0
installer/spk/scripts/preupgrade
Normal file → Executable file
0
installer/spk/scripts/start-stop-status
Normal file → Executable file
0
installer/spk/scripts/start-stop-status
Normal file → Executable file
Loading…
x
Reference in New Issue
Block a user