Browse Source

build: windows zip manifest is ia32 not x86

Samuel Attard 5 years ago
parent
commit
7b26847157
1 changed files with 0 additions and 2 deletions
  1. 0 2
      .circleci/config.yml

+ 0 - 2
.circleci/config.yml

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