alternate for #163 (otherwise it would break notion-deb-builder)

This commit is contained in:
dragonwocky 2020-10-16 10:28:25 +11:00
parent 995587afa0
commit b4b54fdca3
Signed by: dragonwocky
GPG Key ID: C7A48B7846AA706D

View File

@ -103,8 +103,8 @@ module.exports = async function ({
await fs.outputFile( await fs.outputFile(
bin_path, bin_path,
bin_script bin_script
.replace('electron app\n', 'electron app.asar\n') .replace('electron app', 'electron app.asar')
.replace('electron6 app\n', 'electron6 app.asar\n') .replace('electron6 app', 'electron6 app.asar')
); );
} }
} }