You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/phase-19-nextgen-ui-packaging.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,13 +58,13 @@ The workflow uploads desktop bundle artifacts for each operating system.
58
58
You can also create a desktop package tag. Use a fresh tag for each packaging attempt:
59
59
60
60
```bash
61
-
git tag desktop-v0.4.0
62
-
git push origin desktop-v0.4.0
61
+
git tag desktop-v0.5.0
62
+
git push origin desktop-v0.5.0
63
63
```
64
64
65
65
## Packaging Notes
66
66
67
-
The current desktop app is an alpha shell that talks to the existing FastAPI backend when it is running. The package workflow builds focused release artifacts for macOS (`dmg`), Windows (`msi`), and Linux (`deb`) and regenerates platform icons from `desktop/app-icon.svg` before running Tauri.
67
+
The current desktop app is an alpha shell that talks to the existing FastAPI backend when it is running. The package workflow builds focused release artifacts for macOS (`dmg`), Windows (`msi`), and Linux (`deb`), regenerates platform icons from `desktop/app-icon.svg`, and attaches installers to a GitHub Release for the pushed desktop tag.
68
68
69
69
The next packaging milestone should bundle the scanner/runtime as a Tauri sidecar so the desktop app is fully self-contained.
0 commit comments