Revert "test 32bit build"

This reverts commit ede2e13e48.
This commit is contained in:
Nicolas Constant 2019-07-24 16:22:31 -04:00
parent 4f8657f043
commit 4e10edb274
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "sengi",
"version": "0.12.3",
"version": "0.12.2",
"license": "AGPL-3.0-or-later",
"main": "main-electron.js",
"description": "A multi-account desktop client for Mastodon and Pleroma",
@ -23,7 +23,7 @@
"e2e": "ng e2e",
"electron": "ng build --prod && electron .",
"electron-debug": "ng build && electron .",
"dist": "npm run build && electron-builder --ia32 --x64 --publish onTagOrDraft"
"dist": "npm run build && electron-builder --publish onTagOrDraft"
},
"private": true,
"dependencies": {