Skip to content

Commit

Permalink
fix: nsis web build (#4620)
Browse files Browse the repository at this point in the history
  • Loading branch information
VeselyT authored Feb 2, 2020
1 parent 6f7eb12 commit d5a00c3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
StrCpy $packageUrl "$packageUrl/${APP_32_NAME}"
${endif}
!else
${if} ${IsNativeAMD64} == true
${if} ${IsNativeAMD64}
StrCpy $packageUrl "$packageUrl/${APP_64_NAME}"
${else}
StrCpy $packageUrl "$packageUrl/${APP_32_NAME}"
Expand All @@ -31,7 +31,7 @@
!endif
!endif

${if} ${IsNativeARM64}
${if} ${IsNativeARM64}
StrCpy $packageArch "ARM64"
${elseif} ${IsNativeAMD64}
StrCpy $packageArch "64"
Expand Down

0 comments on commit d5a00c3

Please sign in to comment.