Skip to content

Commit

Permalink
Allow Sigil Installer to run on Windows arm64 [deploy]
Browse files Browse the repository at this point in the history
  • Loading branch information
dougmassay authored Dec 16, 2024
1 parent ea497e9 commit 4bb97c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt6sigil.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ elseif (MSVC)
# Specify platform var for Inno
if ( 64_BIT_PLATFORM )
# Used in the ISS CMake configuration
set( ISS_ARCH "x64" )
set( ISS_ARCH "x64compatible" )
set( ISS_SETUP_FILENAME_PLATFORM "-x64" )
endif()

Expand Down

0 comments on commit 4bb97c5

Please sign in to comment.