Remove redundant exe stubs (and reuse via build script)

This commit is contained in:
Reinhard Pointner 2018-11-25 22:45:12 +07:00
parent 9cbc857e6e
commit 71d54cf458
2 changed files with 3 additions and 3 deletions

View File

@ -304,7 +304,7 @@
<property name="dir.staging" location="${dir.dist}/appx/${appx.arch}" />
<copy todir="${dir.staging}">
<fileset dir="${dir.installer}/appx/${appx.arch}" includes="*.exe" />
<fileset dir="${dir.installer}/msi/${appx.arch}" includes="*.exe" />
</copy>
<copy todir="${dir.staging}/lib">
<fileset dir="${dir.lib}/native/win32-${appx.arch}" />
@ -383,7 +383,7 @@
<get-windows-jre dest="${dir.staging}/jre" />
<copy todir="${dir.staging}">
<fileset dir="${dir.installer}/zip" includes="*.exe" />
<fileset dir="${dir.installer}/msi/x64" includes="*.exe" />
</copy>
<copy-replace todir="${dir.staging}">
<fileset dir="${dir.installer}/zip" includes="*.ini" />

View File

@ -23,7 +23,7 @@
</Shortcut>
</File>
<File Id='filebot.platform.launcher.exe' Name='filebot.platform.launcher.exe' Source='filebot.platform.launcher.exe'>
<File Id='filebot.platform.launcher.exe' Name='filebot.platform.launcher.exe' Source='filebot.launcher.exe'>
<Shortcut Id="shortcut.menu.filebot.platform" Directory="ProgramMenuDir" Name="FileBot (platform)" Description="Launch FileBot with platform-independent configuration" WorkingDirectory='INSTALLDIR' Icon="icon.ico" IconIndex="0" Advertise="no" />
</File>