Skip to content

Commit

Permalink
v1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
masc4ii committed Sep 16, 2019
1 parent 826b8c2 commit e2a13b2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.8.OSX.dmg" && rm "MLVApp.v1.8.OSX.dmg"
test -f "MLVApp.v1.9.OSX.dmg" && rm "MLVApp.v1.9.OSX.dmg"
create-dmg-master/create-dmg \
--volname "MLVApp v1.8 Installer" \
--volname "MLVApp v1.9 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.8.OSX.dmg" \
"MLVApp.v1.9.OSX.dmg" \
"./app/"
2 changes: 1 addition & 1 deletion platform/qt/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>CFBundleShortVersionString</key>
<string>1.8</string>
<string>1.9</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions platform/qt/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
#include "PixelMapListDialog.h"

#define APPNAME "MLV App"
#define VERSION "1.8"
#define GITVERSION "QTv1.8"
#define VERSION "1.9"
#define GITVERSION "QTv1.9"

#define FACTOR_DS 22.5
#define FACTOR_LS 11.2
Expand Down

0 comments on commit e2a13b2

Please sign in to comment.