Linux fixes
This commit is contained in:
parent
203bd9d8f5
commit
9eaf940cb6
2 changed files with 1 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -112,10 +112,6 @@
|
|||
{
|
||||
"name": "@electron-forge/maker-deb",
|
||||
"config": {}
|
||||
},
|
||||
{
|
||||
"name": "@electron-forge/maker-rpm",
|
||||
"config": {}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue