-
Notifications
You must be signed in to change notification settings - Fork 338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prevent install of x86 app on arm64 Windows, and vice versa #7149
base: main
Are you sure you want to change the base?
Conversation
faf972f
to
7d8b3af
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed all commit messages.
Reviewable status: 0 of 2 files reviewed, 1 unresolved discussion (waiting on @dlon)
dist-assets/windows/installer.nsh
line 697 at r1 (raw file):
StrCpy $NativeTarget "x64" ${ElseIf} ${IsNativeARM64} StrCpy $NativeTarget "ARM64"
is this intended to line up with https://www.electron.build/builder-util.typealias.archtype ?
If so, that should be documented. Also, shouldn't it be "arm64" (lower case)?
821c768
to
0c2687c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r2.
Reviewable status: 0 of 2 files reviewed, 1 unresolved discussion (waiting on @hulthe)
dist-assets/windows/installer.nsh
line 697 at r1 (raw file):
Previously, hulthe (Joakim Hulthe) wrote…
is this intended to line up with https://www.electron.build/builder-util.typealias.archtype ?
If so, that should be documented. Also, shouldn't it be "arm64" (lower case)?
Done and done.
8c7c553
to
5e75356
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, assuming it's been tested on arm and intel
Reviewed 1 of 2 files at r1, 1 of 1 files at r4, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved
Since there is currently a separate build for ARM Windows.
Close DES-187.
This change is