We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbffedc commit 85a746fCopy full SHA for 85a746f
apps/studio/electron/main/update/index.ts
@@ -23,6 +23,9 @@ class AppUpdater {
23
log.transports.file.level = 'info';
24
autoUpdater.logger = log;
25
autoUpdater.autoDownload = true;
26
+ autoUpdater.allowDowngrade = true;
27
+ autoUpdater.allowPrerelease = true;
28
+ autoUpdater.channel = 'latest';
29
AppUpdater.instance = this;
30
}
31
apps/studio/package.json
@@ -1,7 +1,7 @@
1
{
2
"productName": "Onlook",
3
"name": "@onlook/studio",
4
- "version": "0.1.47",
+ "version": "0.1.47-alpha-1",
5
"homepage": "https://onlook.com",
6
"main": "dist-electron/main/index.js",
7
"description": "The first-ever devtool for designers",
0 commit comments