mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-04 20:59:02 +00:00
alternate for #163 (otherwise it would break notion-deb-builder)
This commit is contained in:
parent
995587afa0
commit
b4b54fdca3
@ -103,8 +103,8 @@ module.exports = async function ({
|
||||
await fs.outputFile(
|
||||
bin_path,
|
||||
bin_script
|
||||
.replace('electron app\n', 'electron app.asar\n')
|
||||
.replace('electron6 app\n', 'electron6 app.asar\n')
|
||||
.replace('electron app', 'electron app.asar')
|
||||
.replace('electron6 app', 'electron6 app.asar')
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user