Changed name back to OpenNoodl, updated icons

This commit is contained in:
Richard Osborne
2024-09-24 22:10:20 +02:00
parent 321b6a367c
commit 37668399e5
16 changed files with 250 additions and 536 deletions

View File

@@ -11,7 +11,7 @@ module.exports = async function (params) {
return;
}
const appId = 'com.code-crusher.app';
const appId = 'com.opennoodl.app';
const appPath = path.join(params.appOutDir, `${params.packager.appInfo.productFilename}.app`);
if (!fs.existsSync(appPath)) {