mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 17:25:16 +03:00
chore(repo): update node version to 14
This commit is contained in:
parent
ae2ef20ce2
commit
8e508d9723
8 changed files with 320 additions and 193 deletions
|
@ -803,7 +803,7 @@ function getLinuxPackageArch(type, arch) {
|
|||
}
|
||||
// Create distribution package for macOS platform
|
||||
function release_osx64(appDirectory) {
|
||||
const appdmg = require('gulp-appdmg');
|
||||
const appdmg = require('./gulp-appdmg');
|
||||
|
||||
// The appdmg does not generate the folder correctly, manually
|
||||
createDirIfNotExists(RELEASE_DIR);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue