rpm building support for the gh action #14

Merged
ploszukiwacz merged 4 commits from main into main 2025-03-25 00:33:24 -07:00
3 changed files with 11 additions and 0 deletions

7
.deepsource.toml Normal file
View File

@@ -0,0 +1,7 @@
version = 1
[[analyzers]]
name = "javascript"
[analyzers.meta]
environment = ["nodejs"]

View File

@@ -54,6 +54,7 @@ jobs:
sha256sum dist/*.AppImage > dist/sha256sum.txt
sha256sum dist/*.deb >> dist/sha256sum.txt
sha256sum dist/*.zip >> dist/sha256sum.txt
sha256sum dist/*.rpm >> dist/sha256sum.txt
- name: Upload Linux Artifacts
uses: actions/upload-artifact@v4
@@ -64,6 +65,7 @@ jobs:
dist/*.AppImage
dist/*.deb
dist/*.zip
dist/*.rpm
dist/latest*.yml
dist/sha256sum.txt
@@ -209,6 +211,7 @@ jobs:
dist/linux/*.AppImage
dist/linux/*.deb
dist/linux/*.zip
dist/linux/*.rpm
dist/windows/*.exe
dist/windows/*.msi
dist/windows/*.appx

View File

@@ -27,6 +27,7 @@
"target": [
"appimage",
"deb",
"rpm",
"zip"
],
"icon": "src/ui/images/icons",