Change windows notification subtitle

This commit is contained in:
jliddev
2020-10-21 16:06:59 -05:00
parent 793e62f8cf
commit e687a4ec6f
3 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
{
"productName": "WowUp",
"appId": "io.wowup.jliddev",
"directories": {
"output": "release/"
},

View File

@@ -104,6 +104,8 @@ log.transports.file.resolvePath = (
};
log.info("Main starting");
app.setAppUserModelId("io.wowup.jliddev");
if (preferenceStore.get(USE_HARDWARE_ACCELERATION_PREFERENCE_KEY) === "false") {
log.info("Hardware acceleration disabled");
app.disableHardwareAcceleration();

View File

@@ -1,9 +1,9 @@
{
"name": "wowup",
"productName": "WowUp",
"version": "2.0.0-alpha.14",
"version": "2.0.0-alpha.15",
"description": "Word of Warcraft addon updater",
"homepage": "https://github.com/maximegris/angular-electron",
"homepage": "https://wowup.io",
"author": {
"name": "Jliddev",
"email": "jliddev@gmail.com"