Skip to content

Commit

Permalink
v1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
masc4ii committed Mar 5, 2021
1 parent dea9773 commit a5ac471
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions osx_installer/BuildInstaller.sh
@@ -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.11.OSX.dmg" && rm "MLVApp.v1.11.OSX.dmg"
test -f "MLVApp.v1.12.OSX.dmg" && rm "MLVApp.v1.12.OSX.dmg"
create-dmg-master/create-dmg \
--volname "MLVApp v1.11 Installer" \
--volname "MLVApp v1.12 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.11.OSX.dmg" \
"MLVApp.v1.12.OSX.dmg" \
"./app/"
2 changes: 1 addition & 1 deletion platform/qt/MLVApp.pro
Expand Up @@ -326,7 +326,7 @@ DISTFILES += \

#Application version
VERSION_MAJOR = 1
VERSION_MINOR = 11
VERSION_MINOR = 12
VERSION_PATCH = 0
VERSION_BUILD = 0

Expand Down

0 comments on commit a5ac471

Please sign in to comment.