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
- Windows and macOS artifacts include Qt deployment output from `windeployqt`/`macdeployqt`.
108
-
- Linux currently uploads the viewer executable, a small launch script, and runtime notes. It still expects Qt 6 runtime libraries and the xcb platform plugin to exist on the target Linux system.
108
+
- Linux now uploads an AppImage/AppDir package built with `linuxdeploy`and `linuxdeploy-plugin-qt`.
109
109
110
110
Relevant files:
111
111
@@ -115,6 +115,8 @@ Relevant files:
115
115
-`ViewerQt/RawOpenDialog.h`
116
116
-`ViewerQt/RawOpenDialog.cpp`
117
117
-`.github/workflows/viewer-qt.yml`
118
+
-`packaging/linux/q1view-viewer-qt.desktop`
119
+
-`packaging/linux/q1view-viewer-qt.svg`
118
120
-`CMakeLists.txt`
119
121
120
122
## Current Build Commands
@@ -142,7 +144,7 @@ Local machine note: this Windows machine did not have `cmake`, `cl`, `gcc`, or `
142
144
2. Improve packaging for `q1view_viewer_qt`:
143
145
- Windows packaging uses `windeployqt`.
144
146
- macOS packaging uses `macdeployqt`.
145
-
- Linux currently uploads an executable, wrapper script, and runtime notes; replace with AppDir/AppImage or another self-contained bundle.
147
+
- Linux packaging now builds an AppImage; next verify it manually on a clean Linux desktop.
146
148
3. Improve raw image workflows:
147
149
- Add validation/test fixtures for representative raw formats.
148
150
4. Add a minimal automated Qt smoke check if practical:
0 commit comments