From 98bd835342770c99a349dab2e5e188acb6322148 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Thu, 5 May 2022 20:49:10 -0400 Subject: [PATCH] Clean up of launcher --- app/index.html | 33 +++++++++++++++++++++------------ config.json | 5 +---- config.json.default | 4 ++++ index.js | 2 +- package.json | 6 +++--- 5 files changed, 30 insertions(+), 20 deletions(-) diff --git a/app/index.html b/app/index.html index b3dea6b..52914ee 100644 --- a/app/index.html +++ b/app/index.html @@ -20,23 +20,31 @@ - - - + + + + + + - - + + - + + + - - + + + + - + + @@ -55,7 +63,7 @@ - + + + diff --git a/config.json b/config.json index 03d0bb6..e4c33ae 100644 --- a/config.json +++ b/config.json @@ -2,11 +2,8 @@ "account_id": "_XY7DXtc9MY", "event_id": "pjrcghqwert", "event_device_id": "dbgMWS3KEHE", - "event_location_id": null, + "event_location_id": "7ReVVemiSM0", "event_session_id": null, - "event_presentation_id": null, - "event_presenter_id": null, - "event_file_id": null, "api_secret_key": "dFP6J9DVj9hUgIMn-fNIqg", "api_remote_base_url": "https://dev-fastapi.oneskyit.com", diff --git a/config.json.default b/config.json.default index 302debc..dbc071f 100644 --- a/config.json.default +++ b/config.json.default @@ -1,8 +1,12 @@ { "account_id": "", + "account_code": "", "event_id": "", + "event_code": "", "event_device_id": "", + "event_device_code": "", "event_location_id": "", + "event_location_code": "", "event_session_id": "", "api_secret_key": "XXXXXX", diff --git a/index.js b/index.js index cc675bd..4475a3b 100644 --- a/index.js +++ b/index.js @@ -66,7 +66,7 @@ function createWindow () { win.loadFile('app/index.html'); // Open the DevTools. - // win.webContents.openDevTools(); + win.webContents.openDevTools(); // Emitted when the window is closed. win.on('closed', () => { diff --git a/package.json b/package.json index 0e58792..7f882d1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "aether_app_native", - "productName": "Aether App", - "version": "3.0.0", + "productName": "Aether App: Native", + "version": "3.1.0", "description": "One Sky IT's Native Aether App", "main": "index.js", "scripts": { @@ -9,7 +9,7 @@ "start_nogpu": "electron . --disable-gpu", "test": "echo \"Error: no test specified\" && exit 1" }, - "author": "", + "author": "Scott Idem", "license": "ISC", "dependencies": { "axios": "^0.26.0",