mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-21 07:15:13 +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) {
|
function post_release_deb(arch) {
|
||||||
return function post_release_linux_deb(done) {
|
return function post_release_linux_deb(done) {
|
||||||
|
if (!getArguments().installer) {
|
||||||
|
done();
|
||||||
|
return null;
|
||||||
|
}
|
||||||
if ((arch === 'linux32') || (arch === 'linux64')) {
|
if ((arch === 'linux32') || (arch === 'linux64')) {
|
||||||
var rename = require("gulp-rename");
|
var rename = require("gulp-rename");
|
||||||
const metadata = require('./package.json');
|
const metadata = require('./package.json');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue