Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Nov 15, 2020
1 parent 7d18978 commit a5f3c7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.properties
Expand Up @@ -28,8 +28,8 @@ electron.appasar.file2 = preload.js
electron.appasar.search2 = enableUpdates:!0
electron.appasar.replace2 = enableUpdates:0
electron.appasar.file3 = main.js
electron.appasar.search3 = let t=i.app.getPath("appData");const n=r.join(t,e);
electron.appasar.replace3 = const n=r.join(r.dirname(process.execPath), '..', 'data', '_roaming');
electron.appasar.search3 = const t=r.join(i.app.getPath("appData"),e);
electron.appasar.replace3 = const t=r.join(r.dirname(process.execPath), '..', 'data', '_roaming');
electron.appasar.file4 = main.js
electron.appasar.search4 = const e=!!this._appSettings.get().autoStartEnabled
electron.appasar.replace4 = const e=0
Expand Down

0 comments on commit a5f3c7b

Please sign in to comment.