Skip to content

Commit

Permalink
v1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
masc4ii committed May 7, 2019
1 parent 744754d commit f9b3816
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.6.OSX.dmg" && rm "MLVApp.v1.6.OSX.dmg"
test -f "MLVApp.v1.7.OSX.dmg" && rm "MLVApp.v1.7.OSX.dmg"
create-dmg-master/create-dmg \
--volname "MLVApp v1.6 Installer" \
--volname "MLVApp v1.7 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.6.OSX.dmg" \
"MLVApp.v1.7.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.6</string>
<string>1.7</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 @@ -42,8 +42,8 @@
#include "FpmInstaller.h"

#define APPNAME "MLV App"
#define VERSION "1.6"
#define GITVERSION "QTv1.6"
#define VERSION "1.7"
#define GITVERSION "QTv1.7"

#define FACTOR_DS 22.5
#define FACTOR_LS 11.2
Expand Down

0 comments on commit f9b3816

Please sign in to comment.