1
0
Fork 0
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:
Tomas Chmelevskij 2021-12-17 18:38:53 +01:00
parent ae2ef20ce2
commit 8e508d9723
8 changed files with 320 additions and 193 deletions

View file

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