update appId

This commit is contained in:
Vendicated 2024-01-07 02:52:39 +01:00
parent effd950b2d
commit 0881143d57
No known key found for this signature in database
GPG key ID: D66986BAF75ECF18
2 changed files with 3 additions and 4 deletions

View file

@ -61,7 +61,7 @@
"pnpm": ">=8"
},
"build": {
"appId": "dev.vencord.desktop",
"appId": "dev.vencord.vesktop",
"productName": "Vesktop",
"files": [
"!*",
@ -110,8 +110,7 @@
"GenericName": "Internet Messenger",
"Type": "Application",
"Categories": "Network;InstantMessaging;Chat;",
"Keywords": "discord;vencord;electron;chat;",
"StartupWMClass": "vesktop"
"Keywords": "discord;vencord;electron;chat;"
}
},
"mac": {

View file

@ -58,7 +58,7 @@ function init() {
app.whenReady().then(async () => {
checkUpdates();
if (process.platform === "win32") app.setAppUserModelId("dev.vencord.desktop");
if (process.platform === "win32") app.setAppUserModelId("dev.vencord.vesktop");
registerScreenShareHandler();
registerMediaPermissionsHandler();