feat: build (#13)

This commit is contained in:
Eric Tuvesson
2024-04-09 22:37:17 +02:00
committed by GitHub
parent 5ef436215d
commit ac1980fed6
4 changed files with 27 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ module.exports = async function (params) {
return;
}
const appId = 'noodl.net.noodl';
const appId = 'fluxscape.net.fluxscape';
const appPath = path.join(params.appOutDir, `${params.packager.appInfo.productFilename}.app`);
if (!fs.existsSync(appPath)) {