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: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -177,7 +177,8 @@ DATABASE_URL
177
177
178
178
### Desktop
179
179
180
-
> Github actions for the Linux and MacOS platforms are not yet functioning since `dx bundle` fails with various errors.
180
+
> The Github action for MacOS is not yet implemented. Linux is barely functioning since the built bundle fails with various errors (e.g the installed .deb package searches assets in the folder where you call it and not globally). Windows is the only platform that works correctly for now.
181
181
182
182
- For Windows you can configure the `.github/workflows/windows.yaml` workflow to build and upload the `.msi` installer in the action artifacts on every push to the `master` branch or manually with the `workflow_dispatch` event.
183
+
- For Linux you can configure the `.github/workflows/linux.yaml` workflow to build and upload the `.deb` package along with the dist folder in the action artifacts on every push to the `master` branch or manually with the `workflow_dispatch` event.
183
184
- Currently `dx bundle` is being actively developed and is not yet ready for production use, so you should use `dx build` if bundling fails on other platforms (this is not good since you need attach the entire `dist` folder to your release build).
0 commit comments