Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
fix meta (old references)
Browse files Browse the repository at this point in the history
  • Loading branch information
verticalsync committed Jun 21, 2024
1 parent c6e9749 commit 0f2bae5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"pnpm": ">=9"
},
"build": {
"appId": "me.verticalsync.sunroof",
"appId": "io.github.verticalsync.sunroof",
"productName": "Sunroof",
"files": [
"!*",
Expand Down
2 changes: 1 addition & 1 deletion src/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function init() {

app.whenReady().then(async () => {
checkUpdates();
if (process.platform === "win32") app.setAppUserModelId("me.verticalsync.Sunroof");
if (process.platform === "win32") app.setAppUserModelId("io.github.verticalsync.Sunroof");

registerScreenShareHandler();
registerMediaPermissionsHandler();
Expand Down

0 comments on commit 0f2bae5

Please sign in to comment.