mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-05 05:09:03 +00:00
fixed typo in path to binary
This commit is contained in:
parent
8ca164e723
commit
b2fc6cc8ed
@ -72,7 +72,7 @@ module.exports = async function ({ overwrite_version } = {}) {
|
||||
);
|
||||
for (let bin_path of [
|
||||
`/usr/bin/${__notion.split('/')[2]}`,
|
||||
`${__notion}${__notion.split('/')[2]}`,
|
||||
`${__notion}/${__notion.split('/')[2]}`,
|
||||
]) {
|
||||
const bin_script = await fs.readFile(bin_path, 'utf8');
|
||||
if (bin_script.includes('app.asar')) {
|
||||
|
@ -101,7 +101,7 @@ module.exports = async function ({ overwrite_asar, delete_data } = {}) {
|
||||
);
|
||||
for (let bin_path of [
|
||||
`/usr/bin/${__notion.split('/')[2]}`,
|
||||
`${__notion}${__notion.split('/')[2]}`,
|
||||
`${__notion}/${__notion.split('/')[2]}`,
|
||||
]) {
|
||||
const bin_script = await fs.readFile(bin_path, 'utf8');
|
||||
if (!bin_script.includes('app.asar')) {
|
||||
|
Loading…
Reference in New Issue
Block a user