mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
build: windows zip manifest is ia32 not x86
This commit is contained in:
@@ -427,8 +427,6 @@ step-electron-dist-build: &step-electron-dist-build
|
||||
target_os=win
|
||||
if [ x"$TARGET_ARCH" == x ]; then
|
||||
target_cpu=x64
|
||||
elif [ "$TARGET_ARCH" == "ia32" ]; then
|
||||
target_cpu=x86
|
||||
else
|
||||
target_cpu="$TARGET_ARCH"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user