Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
matrix:
include:
- os: 'macos-latest'
args: '--target aarch64-apple-darwin --bundles dmg'
args: '--target aarch64-apple-darwin --bundles app,dmg'
target: 'aarch64-apple-darwin'
- os: 'macos-latest'
args: '--target x86_64-apple-darwin --bundles dmg'
args: '--target x86_64-apple-darwin --bundles app,dmg'
target: 'x86_64-apple-darwin'
- os: 'ubuntu-22.04'
args: '--bundles appimage,deb'
Expand Down Expand Up @@ -66,11 +66,14 @@ jobs:
- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }}
with:
tagName: v__VERSION__
releaseName: v__VERSION__
releaseBody: 'See the assets to download this version and install.'
releaseDraft: true
assetNamePattern: '[name]-v[version]-[arch][ext]'
prerelease: false
includeUpdaterJson: true
args: ${{ matrix.args }}
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,15 @@
"@tailwindcss/vite": "^4.2.0",
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-clipboard-manager": "~2.3.2",
"@tauri-apps/plugin-dialog": "~2.6.0",
"@tauri-apps/plugin-fs": "~2.4.5",
"@tauri-apps/plugin-notification": "~2.3.3",
"@tauri-apps/plugin-opener": "^2.5.3",
"@tauri-apps/plugin-os": "~2.3.2",
"@tauri-apps/plugin-process": "~2.3.1",
"@tauri-apps/plugin-updater": "~2.10.0",
"@tauri-apps/plugin-window-state": "~2.4.1",
"@tauri-store/svelte": "^3.1.1",
"@tauri-store/svelte": "^3.2.0",
"bits-ui": "^2.15.8",
"chroma-js": "^3.2.0",
"clsx": "^2.1.1",
Expand Down
44 changes: 37 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading