mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-19 22:35:15 +03:00
non-installer linux build fix
This commit is contained in:
parent
6beaeb1909
commit
fa065ebfab
1 changed files with 4 additions and 0 deletions
|
@ -588,6 +588,10 @@ function release_deb(arch) {
|
|||
|
||||
function post_release_deb(arch) {
|
||||
return function post_release_linux_deb(done) {
|
||||
if (!getArguments().installer) {
|
||||
done();
|
||||
return null;
|
||||
}
|
||||
if ((arch === 'linux32') || (arch === 'linux64')) {
|
||||
var rename = require("gulp-rename");
|
||||
const metadata = require('./package.json');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue