Skip to content

Commit 37870f5

Browse files
committed
Prepare desktop auto-update for project renaming to studio-desktop
1 parent 5bb7234 commit 37870f5

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
desktop: patch
3+
---
4+
5+
Prepare auto-update for project renaming

apps/desktop/src/main/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ const onReady = Effect.gen(function* () {
159159
autoUpdater.setFeedURL({
160160
provider: 'custom',
161161
update: {
162-
project: { name: 'desktop', path: 'apps/desktop' },
162+
project: { name: 'studio-desktop', path: 'apps/studio-desktop' },
163163
repo: 'the-dev-tools/dev-tools',
164164
runtime: yield* Effect.runtime<Runtime.Runtime.Context<UpdateOptions['runtime']>>(),
165165
},

0 commit comments

Comments
 (0)