We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c2564e commit 209c526Copy full SHA for 209c526
.github/workflows/deployment.yml
@@ -47,7 +47,11 @@ jobs:
47
48
- name: Build .deb Package (Linux)
49
if: contains(matrix.os, 'ubuntu')
50
- run: cargo bundle --release
+ run: cargo bundle --features self_update --release
51
+
52
+ - name: Build .app Package (macOS)
53
+ if: contains(matrix.os, 'macos')
54
55
56
- name: Build .msi Package (Windows)
57
if: contains(matrix.os, 'windows')
0 commit comments