mirror of
https://github.com/voicemxil/TS2-Starter-Pack.git
synced 2025-01-22 09:01:52 -05:00
Update RPC
This commit is contained in:
parent
da251f27bb
commit
f9d730acb6
7 changed files with 6 additions and 6 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,6 +1,6 @@
|
||||||
Unicode true
|
Unicode true
|
||||||
Target x86-unicode
|
Target x86-unicode
|
||||||
; Target amd64-unicode
|
;Target amd64-unicode
|
||||||
|
|
||||||
# Installer SETUP
|
# Installer SETUP
|
||||||
!define MUI_WELCOMEFINISHPAGE_BITMAP "..\assets\StandaloneInstallerImage.bmp"
|
!define MUI_WELCOMEFINISHPAGE_BITMAP "..\assets\StandaloneInstallerImage.bmp"
|
||||||
|
@ -150,13 +150,13 @@ Section "Touchup & Sims2RPC" Section1
|
||||||
CreateDirectory "$INSTDIR\temp"
|
CreateDirectory "$INSTDIR\temp"
|
||||||
SetOutPath "$INSTDIR\temp"
|
SetOutPath "$INSTDIR\temp"
|
||||||
DetailPrint "Installing Sims2RPC..."
|
DetailPrint "Installing Sims2RPC..."
|
||||||
File "..\components\Sims2RPC_1.15.7z"
|
File "..\components\Sims2RPC_1.15.1.7z"
|
||||||
SetOutPath "$INSTDIR"
|
SetOutPath "$INSTDIR"
|
||||||
Nsis7z::ExtractWithDetails "$INSTDIR\temp\Sims2RPC_1.15.7z" "%s"
|
Nsis7z::ExtractWithDetails "$INSTDIR\temp\Sims2RPC_1.15.1.7z" "%s"
|
||||||
Pop $0
|
Pop $0
|
||||||
DetailPrint "RPC extraction status: $0."
|
DetailPrint "RPC extraction status: $0."
|
||||||
DetailPrint "Cleaning up RPC zip file..."
|
DetailPrint "Cleaning up RPC zip file..."
|
||||||
Delete "Sims2RPC_1.15.7z"
|
Delete "Sims2RPC_1.15.1.7z"
|
||||||
|
|
||||||
# Unlocked Pet Breeds
|
# Unlocked Pet Breeds
|
||||||
SetOutPath $INSTDIR
|
SetOutPath $INSTDIR
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Unicode true
|
Unicode true
|
||||||
Target amd64-unicode
|
Target amd64-unicode
|
||||||
; Target x86-unicode
|
;Target x86-unicode
|
||||||
|
|
||||||
# includes ----------------------------------------------------------------
|
# includes ----------------------------------------------------------------
|
||||||
!define MUI_WELCOMEFINISHPAGE_BITMAP "..\assets\InstallerImage.bmp"
|
!define MUI_WELCOMEFINISHPAGE_BITMAP "..\assets\InstallerImage.bmp"
|
||||||
|
@ -171,7 +171,7 @@ SectionGroup "TS2 Starter Pack"
|
||||||
NScurl::http GET "https://github.com/voicemxil/TS2-Starter-Pack/raw/v15/components/Sims2EP9.exe" "$INSTDIR\Fun with Pets\SP9\TSBin\Sims2EP9RPC.exe"/END
|
NScurl::http GET "https://github.com/voicemxil/TS2-Starter-Pack/raw/v15/components/Sims2EP9.exe" "$INSTDIR\Fun with Pets\SP9\TSBin\Sims2EP9RPC.exe"/END
|
||||||
|
|
||||||
# Install Sims2RPC
|
# Install Sims2RPC
|
||||||
!insertmacro downloadPack "Sims2RPC" "https://github.com/voicemxil/TS2-Starter-Pack/raw/v15/components/Sims2RPC_1.15.7z" "$INSTDIR\temp\Sims2RPC.7z" "f3091ab315252425c742edb6c6635b3f67105c60cba164d096db11359e4283eb"
|
!insertmacro downloadPack "Sims2RPC" "https://github.com/voicemxil/TS2-Starter-Pack/raw/v15.0.2/components/Sims2RPC_1.15.1.7z" "$INSTDIR\temp\Sims2RPC.7z" "1d54ae7ecd63a165e36b982aa59bb472b84f852ca401e1ec6d728f0fe69db28a"
|
||||||
Delete "$INSTDIR\temp\Sims2RPC.7z"
|
Delete "$INSTDIR\temp\Sims2RPC.7z"
|
||||||
|
|
||||||
# Unlocked Pet Breeds
|
# Unlocked Pet Breeds
|
||||||
|
|
Loading…
Reference in a new issue