Skip to content

Commit a769d38

Browse files
committed
Merge pull request #1360 from mikeller/fix_macos_flashing
Fixed flashing on MacOS by updating NW.js.
1 parent 9b86259 commit a769d38

File tree

3 files changed

+37
-37
lines changed

3 files changed

+37
-37
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const RELEASE_DIR = './release/';
3232
const LINUX_INSTALL_DIR = '/opt/betaflight';
3333

3434
var nwBuilderOptions = {
35-
version: '0.35.3',
35+
version: '0.36.4',
3636
files: './dist/**/*',
3737
macIcns: './src/images/bf_icon.icns',
3838
macPlist: { 'CFBundleDisplayName': 'Betaflight Configurator'},

package-lock.json

Lines changed: 35 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"i18next": "^14.1.1",
4242
"i18next-xhr-backend": "^2.0.0",
4343
"lru_map": "^0.3.3",
44-
"marked": "^0.6.0",
44+
"marked": "^0.6.2",
4545
"object-hash": "^1.3.1",
4646
"short-unique-id": "^1.1.1",
4747
"universal-ga": "^1.2.0"

0 commit comments

Comments
 (0)