Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto García Hierro <alberto@garciahierro.com>2017-09-04 18:42:46 +0300
committerAlberto García Hierro <alberto@garciahierro.com>2017-09-04 18:59:01 +0300
commit4c41ccb71995deeeea590570a0b6075be9c0aa7f (patch)
tree37be24d847b5cdeeabdcf925ebe2d61dd53ce892 /package.json
parent528f223a06e2c071e66b7673baeb50e65b0f9fef (diff)
Add support for creating a macOS .zip from gulp
This produces a nice .zip which can be distributed as is. Unfortunately, the only way to produce a signed binary is by generating the macOS app on macOS.
Diffstat (limited to 'package.json')
-rwxr-xr-xpackage.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index b8c06c61..0395f6b9 100755
--- a/package.json
+++ b/package.json
@@ -21,11 +21,11 @@
"author": "iNavFlight",
"license": "GPL-3.0",
"dependencies": {
+ "archiver": "^2.0.3",
"bluebird": "3.4.1",
"del": "^3.0.0",
"gulp": "~3.9.1",
"gulp-concat": "~2.6.1",
- "gulp-rename": "~1.2.2",
"inflection": "1.12.0",
"jquery": "2.1.4",
"jquery-ui-npm": "1.12.0",