mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-20 03:29:02 +00:00
Add replace for other electron app.asar usages
This commit is contained in:
parent
ed5ededcbe
commit
9f83321e5a
@ -78,6 +78,8 @@ module.exports = async function ({ overwrite_version, friendly_errors } = {}) {
|
||||
bin_script
|
||||
.replace('electron app.asar\n', 'electron app\n')
|
||||
.replace('electron6 app.asar\n', 'electron6 app\n')
|
||||
.replace('electron app.asar ', 'electron app ')
|
||||
.replace('electron6 app.asar ', 'electron6 app ')
|
||||
);
|
||||
}
|
||||
}
|
||||
|
@ -105,6 +105,8 @@ module.exports = async function ({
|
||||
bin_script
|
||||
.replace('electron app\n', 'electron app.asar\n')
|
||||
.replace('electron6 app\n', 'electron6 app.asar\n')
|
||||
.replace('electron app.asar ', 'electron app ')
|
||||
.replace('electron6 app.asar ', 'electron6 app ')
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user