Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Nov 14, 2018
1 parent 4a17094 commit f865691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ papp.folder = app
# Electron
electron.userdata.search = app.setPath('userData', path.join(app.getPath('appData'), app.getName()))
electron.userdata.replace = app.setPath('userData', path.join(path.dirname(process.execPath), '..', 'data'))
electron.appasar.file = background/appData.js
electron.appasar.file = app/background.js
electron.appasar.search = definePath();
electron.appasar.replace = //definePath();
electron.appasar.search2 = migrate();
Expand Down

0 comments on commit f865691

Please sign in to comment.