Skip to content

Commit

Permalink
Enabled packing with Innosetup 6
Browse files Browse the repository at this point in the history
GH Actions seems to have removed Innosetup5, so we need v6 now.
  • Loading branch information
FlorianReimold committed Nov 9, 2021
1 parent c4d4086 commit d9cce54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpack/innosetup.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ file(COPY "${CMAKE_CURRENT_LIST_DIR}/innosetup/gfx"
find_program(ISSC_PATH
ISCC
PATHS
"C:/Program Files (x86)/Inno Setup 6"
"C:/Program Files/Inno Setup 6"
"C:/Program Files (x86)/Inno Setup 5"
"C:/Program Files/Inno Setup 5"
)
Expand Down

0 comments on commit d9cce54

Please sign in to comment.