← Back to team overview

widelands-dev team mailing list archive

[Merge] lp:~widelands-dev/widelands/innosetup_appid into lp:widelands

 

Tino has proposed merging lp:~widelands-dev/widelands/innosetup_appid into lp:widelands.

Requested reviews:
  Widelands Developers (widelands-dev)

For more details, see:
https://code.launchpad.net/~widelands-dev/widelands/innosetup_appid/+merge/309749

This should allow installing different development versions on one system.
-- 
Your team Widelands Developers is requested to review the proposed merge of lp:~widelands-dev/widelands/innosetup_appid into lp:widelands.
=== modified file 'utils/win32/innosetup/Widelands.iss'
--- utils/win32/innosetup/Widelands.iss	2016-10-04 15:29:55 +0000
+++ utils/win32/innosetup/Widelands.iss	2016-11-01 12:22:40 +0000
@@ -40,6 +40,7 @@
 ;Appveyor environment
 #define BuildFolder GetEnv("APPVEYOR_BUILD_FOLDER")
 #define DLLFolder GetEnv("MINGWPATH")
+#define Version GetEnv("APPVEYOR_BUILD_VERSION") + GetEnv("CONFIGURATION") + GetEnv("PLATFORM")
 
 [Setup]
 AppName={#Name}
@@ -68,7 +69,7 @@
 UninstallDisplayName={#VerName}
 VersionInfoCopyright={#Publisher}
 InternalCompressLevel=max
-AppID={{WIDELANDS-WIN32-IS}
+AppID={#Version}
 AppCopyright={#Copyright}
 ChangesAssociations=yes
 PrivilegesRequired=lowest


Follow ups