1
0
Fork 0
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:
Ernest Stepanov (ErNis) 2022-08-15 23:27:20 +03:00
parent 6beaeb1909
commit fa065ebfab

View file

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