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.
109
+
103
110
Relevant files:
104
111
105
112
-`ViewerQt/main.cpp`
@@ -135,7 +142,7 @@ Local machine note: this Windows machine did not have `cmake`, `cl`, `gcc`, or `
135
142
2. Improve packaging for `q1view_viewer_qt`:
136
143
- Windows packaging uses `windeployqt`.
137
144
- macOS packaging uses `macdeployqt`.
138
-
- Linux currently uploads an executable, wrapper script, and runtime notes; replace with AppDir/AppImage.
145
+
- Linux currently uploads an executable, wrapper script, and runtime notes; replace with AppDir/AppImage or another self-contained bundle.
139
146
3. Improve raw image workflows:
140
147
- Add validation/test fixtures for representative raw formats.
141
148
4. Add a minimal automated Qt smoke check if practical:
0 commit comments