Skip to content

Commit

Permalink
more build changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jdwright committed Feb 20, 2024
1 parent 6489b23 commit 3da689d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [macos-latest]

steps:
- name: Check out Git repository
Expand Down
Binary file modified bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ npmRebuild: false
publish:
provider: generic
url: https://example.com/auto-updates
afterSign: electron-builder-notarize
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wavonium",
"version": "0.0.8",
"version": "0.0.9",
"description": "An Electron application with Svelte and TypeScript",
"main": "./out/main/index.js",
"author": "example.com",
Expand Down Expand Up @@ -36,6 +36,7 @@
"@types/node": "^18.19.5",
"electron": "^28.1.1",
"electron-builder": "^24.9.1",
"electron-builder-notarize": "^1.5.1",
"electron-vite": "^2.0.0",
"eslint": "^8.56.0",
"eslint-plugin-svelte": "^2.35.1",
Expand Down

0 comments on commit 3da689d

Please sign in to comment.