mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-19 19:19:03 +00:00
fixed remove.js
This commit is contained in:
parent
f91e1d19ac
commit
e3b035a024
@ -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')
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user