Skip to content

Commit

Permalink
Add version to suffix of installer filename
Browse files Browse the repository at this point in the history
  • Loading branch information
emsk committed Sep 10, 2016
1 parent c6c0de3 commit 54e3fcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/pack-mac.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
cd $(dirname $0)/..
$(npm bin)/build --mac --x64
mv './dist/mac/Redmine Notifier-0.6.0.dmg' ./dist/mac/RedmineNotifierSetup.dmg
mv './dist/mac/Redmine Notifier-0.6.0.dmg' ./dist/mac/RedmineNotifierSetup-0.6.0.dmg
2 changes: 1 addition & 1 deletion bin/pack-win.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
cd $(dirname $0)/..
$(npm bin)/build --win --x64
mv './dist/win/Redmine Notifier Setup 0.6.0.exe' ./dist/win/RedmineNotifierSetup.exe
mv './dist/win/Redmine Notifier Setup 0.6.0.exe' ./dist/win/RedmineNotifierSetup-0.6.0.exe

0 comments on commit 54e3fcc

Please sign in to comment.