mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-15 16:05:10 +01:00
- updated URL to sourceforge
- bump version to 1.9
This commit is contained in:
parent
c3ad487607
commit
3b3f6f54d2
@ -23,10 +23,10 @@
|
|||||||
!define NAME "USBLoaderGX"
|
!define NAME "USBLoaderGX"
|
||||||
!define NAME2 "USB Loader GX"
|
!define NAME2 "USB Loader GX"
|
||||||
!define SHORTNAME "usbloader_gx"
|
!define SHORTNAME "usbloader_gx"
|
||||||
!define VERSION "1.80.0.0"
|
!define VERSION "1.90.0.0"
|
||||||
!define SHORTVERSION "1.8"
|
!define SHORTVERSION "1.9"
|
||||||
!define FILENAME "${NAME}_${SHORTVERSION}_Installer"
|
!define FILENAME "${NAME}_${SHORTVERSION}_Installer"
|
||||||
!define URL "http://code.google.com/p/usbloader-gui/"
|
!define URL "http://sourceforge.net/projects/usbloadergx/"
|
||||||
!define TEAM "Team USB Loader GX"
|
!define TEAM "Team USB Loader GX"
|
||||||
!define INSTALLERLANGUAGE "ENGLISH" ;one of the NSIS pre-defined languages supported: English, French, Italian, German, Japanese, SimpChinese
|
!define INSTALLERLANGUAGE "ENGLISH" ;one of the NSIS pre-defined languages supported: English, French, Italian, German, Japanese, SimpChinese
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
;Copyright 2012 NeoRame
|
;Copyright 2012 NeoRame
|
||||||
|
|
||||||
;Website: http://code.google.com/p/usbloader-gui/
|
;Website: http://sourceforge.net/projects/usbloadergx/
|
||||||
;This software is OSI Certified Open Source Software.
|
;This software is OSI Certified Open Source Software.
|
||||||
;OSI Certified is a certification mark of the Open Source Initiative.
|
;OSI Certified is a certification mark of the Open Source Initiative.
|
||||||
|
|
||||||
@ -27,7 +27,7 @@ InstallDir "\${SHORTNAME}"
|
|||||||
Caption "${NAME2} Installer"
|
Caption "${NAME2} Installer"
|
||||||
VIProductVersion "${VERSION}"
|
VIProductVersion "${VERSION}"
|
||||||
VIAddVersionKey ProductName "${NAME2}"
|
VIAddVersionKey ProductName "${NAME2}"
|
||||||
VIAddVersionKey Comments "For more informations please visit http://code.google.com/p/usbloader-gui/"
|
VIAddVersionKey Comments "For more informations please visit http://sourceforge.net/projects/usbloadergx/"
|
||||||
VIAddVersionKey CompanyName "${TEAM}"
|
VIAddVersionKey CompanyName "${TEAM}"
|
||||||
VIAddVersionKey LegalCopyright "${TEAM}"
|
VIAddVersionKey LegalCopyright "${TEAM}"
|
||||||
VIAddVersionKey FileDescription "${NAME2}"
|
VIAddVersionKey FileDescription "${NAME2}"
|
||||||
@ -127,7 +127,7 @@ Section "USB Loader GX" SecMain
|
|||||||
AddSize "4832"
|
AddSize "4832"
|
||||||
SetOutPath "$INSTDIR"
|
SetOutPath "$INSTDIR"
|
||||||
|
|
||||||
NSISdl::download http://usbloader-gui.googlecode.com/svn/branches/updates/update_dol.txt rev.txt
|
NSISdl::download http://svn.code.sf.net/p/usbloadergx/code/branches/updates/update_dol.txt rev.txt
|
||||||
;get revision number
|
;get revision number
|
||||||
Push 1 ;line number to read from
|
Push 1 ;line number to read from
|
||||||
Push "$INSTDIR\rev.txt" ;text file to read
|
Push "$INSTDIR\rev.txt" ;text file to read
|
||||||
@ -155,8 +155,8 @@ Section "USB Loader GX" SecMain
|
|||||||
; remove file again
|
; remove file again
|
||||||
Delete "$INSTDIR\rev.txt"
|
Delete "$INSTDIR\rev.txt"
|
||||||
|
|
||||||
NSISdl::download http://usbloader-gui.googlecode.com/svn/branches/updates/icon.png icon.png
|
NSISdl::download http://svn.code.sf.net/p/usbloadergx/code/branches/updates/icon.png icon.png
|
||||||
NSISdl::download http://usbloader-gui.googlecode.com/svn/branches/updates/meta.xml meta.xml
|
NSISdl::download http://svn.code.sf.net/p/usbloadergx/code/branches/updates/meta.xml meta.xml
|
||||||
NSISdl::download $R0 boot.dol
|
NSISdl::download $R0 boot.dol
|
||||||
Pop $0
|
Pop $0
|
||||||
StrCmp $0 success success
|
StrCmp $0 success success
|
||||||
@ -556,7 +556,7 @@ Section /o "$(DESC_Op_Chan)" SecOptional3
|
|||||||
CreateDirectory "$INSTDIR\..\..\wad"
|
CreateDirectory "$INSTDIR\..\..\wad"
|
||||||
AddSize "6773"
|
AddSize "6773"
|
||||||
|
|
||||||
NSISdl::download http://usbloader-gui.googlecode.com/svn/branches/updates/update_wad.txt rev.txt
|
NSISdl::download http://svn.code.sf.net/p/usbloadergx/code/branches/updates/update_wad.txt rev.txt
|
||||||
;get revision number
|
;get revision number
|
||||||
Push 1 ;line number to read from
|
Push 1 ;line number to read from
|
||||||
Push "$INSTDIR\..\..\wad\rev.txt" ;text file to read
|
Push "$INSTDIR\..\..\wad\rev.txt" ;text file to read
|
||||||
|
Loading…
Reference in New Issue
Block a user