build: windows zip manifest is ia32 not x86

This commit is contained in:
Samuel Attard
2019-11-29 18:23:46 -08:00
committed by GitHub
parent 466967c686
commit 7b26847157

View File

@@ -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