fixed remove.js

This commit is contained in:
Nek-12 2021-04-10 09:12:41 +03:00
parent f91e1d19ac
commit e3b035a024

View File

@ -108,8 +108,7 @@ 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(' app ', ' app.asar ')
.replace('electron6 app\n', 'electron6 app.asar\n')
); );
} }
} }