File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ QT += core gui widgets network
1111TARGET = OpenRCT2
1212TEMPLATE = app
1313
14- VERSION = 0.0.4
14+ VERSION = 0.0.5
1515
1616
1717SOURCES += main.cpp \
Original file line number Diff line number Diff line change 1- version : 0.0.4 #{build}
2- image : Visual Studio 2013
1+ version : 0.0.5 #{build}
2+ image : Visual Studio 2015
33install :
44- cmd : >-
5- SET PATH=%PATH%;C:\Qt\5.5\msvc2013 \bin
5+ SET PATH=%PATH%;C:\Qt\5.6\msvc2015 \bin
66
7- "C:\Program Files (x86)\Microsoft Visual Studio 12 .0\Common7\Tools\VsDevCmd.bat"
7+ "C:\Program Files (x86)\Microsoft Visual Studio 14 .0\Common7\Tools\VsDevCmd.bat"
88build_script :
99- cmd : >-
1010 qmake
Original file line number Diff line number Diff line change 22; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33
44#define MyAppName " OpenRCT2 Launcher"
5- #define MyAppVersion " 0.0.4 "
5+ #define MyAppVersion " 0.0.5 "
66#define MyAppPublisher " OpenRCT2"
77#define MyAppURL " http://www.github.com/LRFLEW/OpenRCT2Launcher"
88#define MyAppExeName " OpenRCT2.exe"
You can’t perform that action at this time.
0 commit comments