mirror of
https://github.com/fluxscape/fluxscape.git
synced 2026-03-08 01:53:30 +01:00
feat: build (#13)
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user