mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 12:55:14 +03:00
Fix debian packages (copyright needed)
This commit is contained in:
parent
53043a3c33
commit
d8c543249c
3 changed files with 6 additions and 1 deletions
4
assets/linux/copyright
Normal file
4
assets/linux/copyright
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
This package was created by the Betaflight open source flight controller firmware project (https://github.com/betaflight/betaflight).
|
||||||
|
|
||||||
|
All of the code is covered under the terms of the GPL version 3. See the
|
||||||
|
file /usr/share/common-licenses/GPL-3 for more information.
|
|
@ -506,6 +506,7 @@ function release_deb(arch) {
|
||||||
changelog: [],
|
changelog: [],
|
||||||
_target: 'opt/betaflight/betaflight-configurator',
|
_target: 'opt/betaflight/betaflight-configurator',
|
||||||
_out: RELEASE_DIR,
|
_out: RELEASE_DIR,
|
||||||
|
_copyright: 'assets/linux/copyright',
|
||||||
_clean: true
|
_clean: true
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
"del": "^3.0.0",
|
"del": "^3.0.0",
|
||||||
"gulp": "~4.0.0",
|
"gulp": "~4.0.0",
|
||||||
"gulp-concat": "~2.6.1",
|
"gulp-concat": "~2.6.1",
|
||||||
"gulp-debian": "~0.1.7",
|
"gulp-debian": "~0.1.8",
|
||||||
"gulp-install": "^1.1.0",
|
"gulp-install": "^1.1.0",
|
||||||
"gulp-rename": "~1.2.2",
|
"gulp-rename": "~1.2.2",
|
||||||
"gulp-zip": "^4.1.0",
|
"gulp-zip": "^4.1.0",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue