Skip to content

Commit

Permalink
IsNativeAMD64 instead of RunningX64 for server/deployer binary instal…
Browse files Browse the repository at this point in the history
…lation checking
  • Loading branch information
fxliang committed Feb 29, 2024
1 parent 6d282d7 commit 2dcad16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion output/install.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ program_files:
File /nonfatal "weaseltARM.ime"
File /nonfatal "weaseltARM64.ime"
${EndIf}
${If} ${RunningX64}
${If} ${IsNativeAMD64}
File "WeaselDeployer.exe"
File "WeaselServer.exe"
File "rime.dll"
Expand Down

0 comments on commit 2dcad16

Please sign in to comment.