1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-25 09:15:49 +03:00

Merge pull request #868 from McGiverGim/bf-fix_debian_packages

Fix debian packages (copyright needed)
This commit is contained in:
Michael Keller 2018-01-18 22:57:06 +13:00 committed by GitHub
commit f354f30524
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 1 deletions

View file

@ -500,6 +500,7 @@ function release_deb(arch) {
changelog: [],
_target: 'opt/betaflight/betaflight-configurator',
_out: RELEASE_DIR,
_copyright: 'assets/linux/copyright',
_clean: true
}));
}