Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
added $version to installer filename
Browse files Browse the repository at this point in the history
[see changelog]
  • Loading branch information
Palace4Software authored Oct 25, 2023
1 parent 97dd30b commit 2f76cf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ mv LICENSE timesync/
mv README.md timesync/
mv icon.png timesync/
mv version.txt timesync/
cp install-timesync.sh timesync/
cp install-timesync.sh timesync/install-timesync-$version.sh

zip -r ts-ressources.zip timesync/
zip ts-ressources.zip timesync.desktop
mv ts-ressources.zip ts-ressources

mkdir installer
mv ts-ressources installer/ts-ressources-$version && mv install-timesync.sh installer/
mv ts-ressources installer/ts-ressources-$version && mv install-timesync.sh installer/install-timesync-$version.sh

0 comments on commit 2f76cf5

Please sign in to comment.