mirror of
https://github.com/glest/glest-source.git
synced 2025-08-30 03:09:49 +02:00
- updated windows installer projects
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
!define APNAME MegaGlest
|
!define APNAME MegaGlest
|
||||||
!define APNAME_OLD Mega-Glest
|
!define APNAME_OLD Mega-Glest
|
||||||
!define APVER_OLD 3.4.0
|
!define APVER_OLD 3.4.0
|
||||||
!define APVER 3.5.0-beta2
|
!define APVER 3.5.0
|
||||||
|
|
||||||
Name "${APNAME} ${APVER}"
|
Name "${APNAME} ${APVER}"
|
||||||
SetCompressor /FINAL /SOLID lzma
|
SetCompressor /FINAL /SOLID lzma
|
||||||
@@ -152,8 +152,12 @@ Function .onGUIEnd
|
|||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
|
||||||
Function .onInstSuccess
|
Function .onInstSuccess
|
||||||
|
|
||||||
|
MessageBox MB_YESNO "Would you like to view our getting started page on megaglest.org?" IDNO noLaunchWebsite
|
||||||
ExecShell open 'http://megaglest.org/get-started.html'
|
ExecShell open 'http://megaglest.org/get-started.html'
|
||||||
|
|
||||||
|
noLaunchWebsite:
|
||||||
|
|
||||||
MessageBox MB_YESNO "${APNAME} v${APVER} installed successfully, \
|
MessageBox MB_YESNO "${APNAME} v${APVER} installed successfully, \
|
||||||
click Yes to launch the game now$\nor 'No' to exit." IDNO noLaunch
|
click Yes to launch the game now$\nor 'No' to exit." IDNO noLaunch
|
||||||
|
|
||||||
|
@@ -2,10 +2,10 @@
|
|||||||
; General Attributes
|
; General Attributes
|
||||||
|
|
||||||
!define APNAME MegaGlest
|
!define APNAME MegaGlest
|
||||||
!define APVER 3.5.0-beta
|
!define APVER 3.5.0
|
||||||
!define APNAME_OLD Mega-Glest
|
!define APNAME_OLD Mega-Glest
|
||||||
!define APVER_OLD 3.4.0
|
!define APVER_OLD 3.4.0
|
||||||
!define APVER_UPDATE 3.5.0-beta2
|
!define APVER_UPDATE 3.5.0
|
||||||
|
|
||||||
Name "${APNAME} ${APVER_UPDATE}"
|
Name "${APNAME} ${APVER_UPDATE}"
|
||||||
SetCompressor /FINAL /SOLID lzma
|
SetCompressor /FINAL /SOLID lzma
|
||||||
|
Reference in New Issue
Block a user