Skip to content

Commit

Permalink
Update asset name
Browse files Browse the repository at this point in the history
  • Loading branch information
Kitenite committed Jul 20, 2024
1 parent d4539b0 commit 689b05e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build

on:
push:
branches: [main, release]
branches: [main, release, update]
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
paths-ignore:
Expand Down
6 changes: 3 additions & 3 deletions app/electron-builder.json5
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
files: ['dist-electron', 'dist'],
mac: {
artifactName: '${productName}_${version}.${ext}',
artifactName: '${productName}.${ext}',
category: 'public.app-category.developer-tools',
hardenedRuntime: true,
gatekeeperAssess: false,
Expand All @@ -21,11 +21,11 @@
arch: ['x64'],
},
],
artifactName: '${productName}_${version}.${ext}',
artifactName: '${productName}.${ext}',
},
linux: {
target: ['AppImage', 'deb', 'rpm'],
artifactName: '${productName}_${version}.${ext}',
artifactName: '${productName}.${ext}',
category: 'Utility',
desktop: {
Name: 'Onlook',
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"productName": "Onlook",
"name": "@onlook/browser",
"version": "0.0.1",
"version": "0.0.2",
"homepage": "https://onlook.dev",
"main": "dist-electron/main/index.js",
"description": "The first-ever devtool for designers",
Expand Down

0 comments on commit 689b05e

Please sign in to comment.