diff --git a/build.properties b/build.properties index 5a806eb..4653cb3 100644 --- a/build.properties +++ b/build.properties @@ -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 @@ -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'))