From c0c92b38ec796f0d13f090f20dee14ba5d5bded3 Mon Sep 17 00:00:00 2001 From: mikeller Date: Mon, 18 Jun 2018 00:10:26 +1200 Subject: [PATCH] Changed build to install the app uncompressed. --- gulpfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index f6489d5b..9b210773 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -33,7 +33,8 @@ var nwBuilderOptions = { files: './dist/**/*', macIcns: './src/images/bf_icon.icns', macPlist: { 'CFBundleDisplayName': 'Betaflight Configurator'}, - winIco: './src/images/bf_icon.ico' + winIco: './src/images/bf_icon.ico', + zip: false }; var nwArmVersion = '0.27.6';