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