Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Nov 8, 2024
1 parent 7d8b3af commit 821c768
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist-assets/windows/installer.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,8 @@
Abort
${EndIf}

# $%TARGET_ARCHITECTURE% is set by distribution.js to the native architecture
# (see https://www.electron.build/builder-util.typealias.archtype)
Var /GLOBAL NativeTarget
${If} ${IsNativeAMD64}
StrCpy $NativeTarget "x64"
Expand Down

0 comments on commit 821c768

Please sign in to comment.