Skip to content

Commit

Permalink
Publish version v0.1.4-linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Kitenite committed Dec 11, 2024
1 parent 67ddf34 commit 781c45d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions apps/studio/electron/main/requirements/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ function checkNodeInstallation(): boolean {
`${process.env.VOLTA_HOME}/bin`, // Volta
`${process.env.HOME}/.volta/bin`, // Volta
`${process.env.HOME}/.asdf/installs/nodejs`, // ASDF
]
.filter(Boolean);
].filter(Boolean);

const existingPath = process.env.PATH || '';
const pathSeparator = process.platform === 'win32' ? ';' : ':';
Expand Down
2 changes: 1 addition & 1 deletion apps/studio/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"productName": "Onlook",
"name": "@onlook/studio",
"version": "0.1.4",
"version": "0.1.4-linux",
"homepage": "https://onlook.dev",
"main": "dist-electron/main/index.js",
"description": "The first-ever devtool for designers",
Expand Down

0 comments on commit 781c45d

Please sign in to comment.