1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 16:25:22 +03:00

Merge pull request #1057 from mikeller/install_uncompressed

Changed build to install the app uncompressed.
This commit is contained in:
Michael Keller 2018-06-18 21:43:46 +12:00 committed by GitHub
commit 6c3a69b49e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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';