Linux fixes

This commit is contained in:
Izuco 2022-02-15 21:52:38 +01:00
parent 203bd9d8f5
commit 9eaf940cb6
No known key found for this signature in database
GPG key ID: E9CBE9E4EF3A1BFA
2 changed files with 1 additions and 5 deletions

View file

@ -21,7 +21,7 @@ const nodeVer = 'node16-';
})();
async function buildGUI(buildType: string) {
execSync('npx electron-forge make');
execSync('npx electron-forge make', { stdio: [0,1,2] });
const path = ['out', 'make'];
const makerDir = fs.readdirSync(path.join(sep));
if (makerDir.length !== 1)

View file

@ -112,10 +112,6 @@
{
"name": "@electron-forge/maker-deb",
"config": {}
},
{
"name": "@electron-forge/maker-rpm",
"config": {}
}
]
}