Skip to content

Commit

Permalink
v1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
masc4ii authored Jul 1, 2022
1 parent 4f0be8a commit 1e13fa5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions osx_installer/BuildInstaller.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/sh
#Copy deployed "MLV App.app" to ./App directory before running this
#Copy content from create-dmg (https://github.com/andreyvit/create-dmg) to ./create-dmg-master
test -f "MLVApp.v1.13.OSX.dmg" && rm "MLVApp.v1.13.OSX.dmg"
test -f "MLVApp.v1.14.OSX.dmg" && rm "MLVApp.v1.14.OSX.dmg"
create-dmg-master/create-dmg \
--volname "MLVApp v1.13 Installer" \
--volname "MLVApp v1.14 Installer" \
--volicon "app/MLV App.app/Contents/Resources/MLVAPP.icns" \
--background "dmg-background.png" \
--window-pos 200 120 \
Expand All @@ -12,5 +12,5 @@ create-dmg-master/create-dmg \
--icon "MLV App.app" 165 175 \
--hide-extension "MLV App.app" \
--app-drop-link 495 175 \
"MLVApp.v1.13.OSX.dmg" \
"MLVApp.v1.14.OSX.dmg" \
"./app/"

0 comments on commit 1e13fa5

Please sign in to comment.