Skip to content

Commit

Permalink
v1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
masc4ii committed Jul 18, 2019
1 parent 8761a24 commit 209559f
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
@@ -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.7.OSX.dmg" && rm "MLVApp.v1.7.OSX.dmg"
test -f "MLVApp.v1.8.OSX.dmg" && rm "MLVApp.v1.8.OSX.dmg"
create-dmg-master/create-dmg \
--volname "MLVApp v1.7 Installer" \
--volname "MLVApp v1.8 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.7.OSX.dmg" \
"MLVApp.v1.8.OSX.dmg" \
"./app/"
2 changes: 1 addition & 1 deletion platform/qt/Info.plist
Expand Up @@ -26,6 +26,6 @@
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>CFBundleShortVersionString</key>
<string>1.7</string>
<string>1.8</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions platform/qt/MainWindow.cpp
Expand Up @@ -43,8 +43,8 @@
#include "ScopesLabel.h"

#define APPNAME "MLV App"
#define VERSION "1.7"
#define GITVERSION "QTv1.7"
#define VERSION "1.8"
#define GITVERSION "QTv1.8"

#define FACTOR_DS 22.5
#define FACTOR_LS 11.2
Expand Down

0 comments on commit 209559f

Please sign in to comment.