From b0a26c5ed85d164c1274c9964ee82a94458fdfb9 Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Mon, 26 Sep 2016 21:28:19 -0300 Subject: [PATCH] Removed unused ZIP package --- package.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/package.json b/package.json index 35e08d3f..b1c4c668 100644 --- a/package.json +++ b/package.json @@ -27,10 +27,6 @@ "build:win64": "build --win --x64", "setup:osx": "npm run sencha:clean && npm run sencha:compile && npm run clean:osx && npm run pack:osx && npm run build:osx", "setup:win": "npm run sencha:clean && npm run sencha:compile && npm run clean:win && npm run pack:win && npm run build:win", - "zip:win32": "bestzip \"dist/Rambox-win32-ia32-portable.zip\" \"dist/Rambox-win32-ia32/*\"", - "zip:win64": "bestzip \"dist/Rambox-win32-x64-portable.zip\" \"dist/Rambox-win32-x64/*\"", - "zip:linux32": "bestzip \"dist/Rambox-linux-ia32.zip\" \"dist/Rambox-linux-ia32/*\"", - "zip:linux64": "bestzip \"dist/Rambox-linux-x64.zip\" \"dist/Rambox-linux-x64/*\"", "all:win": "npm run sencha:clean && npm run sencha:compile && npm run clean:win && npm run pack:win && npm run zip:win32 && npm run zip:win64 && npm run build:win", "all:linux": "npm run sencha:clean && npm run sencha:compile && npm run build:linux" }, @@ -93,7 +89,6 @@ }, "devDependencies": { "asar": "^0.12.1", - "bestzip": "^1.1.3", "electron-builder": "6.5.2", "electron-prebuilt": "1.4.1", "electron-squirrel-startup": "^1.0.0"