Skip to content

Commit 52ca25b

Browse files
author
ComputelessComputer
committed
Release v0.1.1
Ship the desktop updater flow, settings refresh, and account connection fixes.
1 parent cfed204 commit 52ca25b

26 files changed

Lines changed: 2406 additions & 207 deletions

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ jobs:
7070
uses: tauri-apps/tauri-action@v0
7171
env:
7272
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
73+
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
74+
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }}
7375
with:
7476
projectPath: apps/desktop
7577
tagName: v__VERSION__

apps/desktop/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@arx/desktop",
33
"private": true,
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -18,7 +18,10 @@
1818
"@ibm/plex-mono": "^1.1.0",
1919
"@ibm/plex-sans": "^1.1.0",
2020
"@tauri-apps/api": "^2",
21+
"@tauri-apps/plugin-dialog": "^2",
2122
"@tauri-apps/plugin-opener": "^2",
23+
"@tauri-apps/plugin-process": "^2",
24+
"@tauri-apps/plugin-updater": "^2",
2225
"@tiptap/core": "^3.19.0",
2326
"@tiptap/extension-link": "^3.19.0",
2427
"@tiptap/extension-placeholder": "^3.19.0",

0 commit comments

Comments
 (0)