diff --git a/package.json b/package.json index 480974d..25f1d8f 100644 --- a/package.json +++ b/package.json @@ -65,15 +65,19 @@ { "target": "AppImage", "arch": [ - "x64", - "ia32" + "x64" ] }, { "target": "rpm", "arch": [ - "x64", - "ia32" + "x64" + ] + }, + { + "target": "deb", + "arch": [ + "x64" ] } ],