mirror of
https://github.com/PhoenixPE/PhoenixPE.git
synced 2025-09-17 02:28:09 +02:00
fixed %setupfile% (issue #32)
This commit is contained in:
@@ -35,8 +35,8 @@ Author=Homes32
|
|||||||
Level=5
|
Level=5
|
||||||
Selected=False
|
Selected=False
|
||||||
Mandatory=False
|
Mandatory=False
|
||||||
Version=1.1.2.0
|
Version=1.1.3.0
|
||||||
Date=2023-01-10
|
Date=2023-03-16
|
||||||
|
|
||||||
[Variables]
|
[Variables]
|
||||||
%ProgramFolder%="Dependencies"
|
%ProgramFolder%="Dependencies"
|
||||||
@@ -122,9 +122,11 @@ If,Not,#r,Equal,200,Halt,"Download failed: The code returned was [#r]."
|
|||||||
[SetProgramArch]
|
[SetProgramArch]
|
||||||
If,%SourceArch%,Equal,x64,Begin
|
If,%SourceArch%,Equal,x64,Begin
|
||||||
Set,%DownloadURL%,%DownloadURLx64%
|
Set,%DownloadURL%,%DownloadURLx64%
|
||||||
|
Set,%SetupFile%,%SetupFilex64%
|
||||||
End
|
End
|
||||||
Else,Begin
|
Else,Begin
|
||||||
Set,%DownloadURL%,%DownloadURLx86%
|
Set,%DownloadURL%,%DownloadURLx86%
|
||||||
|
Set,%SetupFile%,%SetupFilex86%
|
||||||
End
|
End
|
||||||
|
|
||||||
[#LaunchProgram#]
|
[#LaunchProgram#]
|
||||||
|
Reference in New Issue
Block a user