Skip to content

Commit

Permalink
Fixed a issue with the compiler that it could not find the .iss files
Browse files Browse the repository at this point in the history
  • Loading branch information
mas6y6 committed Dec 6, 2024
1 parent 5129fc8 commit 37dff31
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/automatic_cipheros_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ jobs:
# Check architecture and run the appropriate ISS file
$arch = if ($env:PROCESSOR_ARCHITECTURE -eq "AMD64") { "x64" } else { "x32" }
if ($arch -eq "x64") {
"C:\Program Files (x86)\Inno Setup 6\ISCC.exe" inno\installer_x64.iss
"C:\Program Files (x86)\Inno Setup 6\ISCC.exe" inno\InstallerCompilerx64.iss
} else {
"C:\Program Files (x86)\Inno Setup 6\ISCC.exe" inno\installer_x32.iss
"C:\Program Files (x86)\Inno Setup 6\ISCC.exe" inno\InstallerCompilerx32.iss
}
shell: pwsh

Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 37dff31

Please sign in to comment.