Skip to content

Commit

Permalink
Riot 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed May 7, 2019
1 parent a4cdbb5 commit d9a60b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ core.dir = ../portapps
app = riot
app.name = Riot
app.type = electron
app.version = 1.0.8
app.version = 1.1.0

# Portable app
papp.id = ${app}-portable
Expand All @@ -20,6 +20,7 @@ papp.folder = app
electron.executionstub = Riot_ExecutionStub.exe
electron.libfolder = lib/net45
electron.enableautoupdate = false
electron.userdata.file = browser/init.js
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'))

Expand Down

0 comments on commit d9a60b1

Please sign in to comment.