File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ jobs:
123123 choco install innosetup -y
124124 New-Item -ItemType Directory -Force -Path bin
125125 Copy-Item "build/Release/proxpl.exe" -Destination "bin/"
126+ Copy-Item "build/Release/prm.exe" -Destination "bin/"
126127 if (Test-Path "build/Release/proxpl_lib.dll") {
127128 Copy-Item "build/Release/proxpl_lib.dll" -Destination "bin/"
128129 }
Original file line number Diff line number Diff line change @@ -35,11 +35,12 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
3535
3636[Tasks]
3737Name : " desktopicon" ; Description : " {cm:CreateDesktopIcon}" ; GroupDescription: " {cm:AdditionalIcons}" ; Flags : unchecked
38- Name : " addtopath" ; Description : " Add ProXPL to the system PATH environment variable" ; GroupDescription: " System Integration" ; Flags : unchecked
38+ Name : " addtopath" ; Description : " Add ProXPL to the system PATH environment variable" ; GroupDescription: " System Integration" ; Flags : checked
3939
4040[Files]
4141; Binaries
4242Source : " bin\{#MyAppExeName}" ; DestDir : " {app} \bin" ; Flags : ignoreversion
43+ Source : " bin\prm.exe" ; DestDir : " {app} \bin" ; Flags : ignoreversion
4344Source : " bin\*.dll" ; DestDir : " {app} \bin" ; Flags : ignoreversion
4445; Libraries
4546Source : " lib\*" ; DestDir : " {app} \lib" ; Flags : ignoreversion recursesubdirs createallsubdirs
You can’t perform that action at this time.
0 commit comments