update appId

This commit is contained in:
Vendicated
2024-01-07 02:52:39 +01:00
parent effd950b2d
commit 0881143d57
2 changed files with 3 additions and 4 deletions

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();