rpm building support for the gh action #14
7
.deepsource.toml
Normal file
7
.deepsource.toml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
version = 1
|
||||||
|
|
||||||
|
[[analyzers]]
|
||||||
|
name = "javascript"
|
||||||
|
|
||||||
|
[analyzers.meta]
|
||||||
|
environment = ["nodejs"]
|
3
.github/workflows/build-and-release.yml
vendored
3
.github/workflows/build-and-release.yml
vendored
@@ -54,6 +54,7 @@ jobs:
|
|||||||
sha256sum dist/*.AppImage > dist/sha256sum.txt
|
sha256sum dist/*.AppImage > dist/sha256sum.txt
|
||||||
sha256sum dist/*.deb >> dist/sha256sum.txt
|
sha256sum dist/*.deb >> dist/sha256sum.txt
|
||||||
sha256sum dist/*.zip >> dist/sha256sum.txt
|
sha256sum dist/*.zip >> dist/sha256sum.txt
|
||||||
|
sha256sum dist/*.rpm >> dist/sha256sum.txt
|
||||||
|
|
||||||
- name: Upload Linux Artifacts
|
- name: Upload Linux Artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
@@ -64,6 +65,7 @@ jobs:
|
|||||||
dist/*.AppImage
|
dist/*.AppImage
|
||||||
dist/*.deb
|
dist/*.deb
|
||||||
dist/*.zip
|
dist/*.zip
|
||||||
|
dist/*.rpm
|
||||||
dist/latest*.yml
|
dist/latest*.yml
|
||||||
dist/sha256sum.txt
|
dist/sha256sum.txt
|
||||||
|
|
||||||
@@ -209,6 +211,7 @@ jobs:
|
|||||||
dist/linux/*.AppImage
|
dist/linux/*.AppImage
|
||||||
dist/linux/*.deb
|
dist/linux/*.deb
|
||||||
dist/linux/*.zip
|
dist/linux/*.zip
|
||||||
|
dist/linux/*.rpm
|
||||||
dist/windows/*.exe
|
dist/windows/*.exe
|
||||||
dist/windows/*.msi
|
dist/windows/*.msi
|
||||||
dist/windows/*.appx
|
dist/windows/*.appx
|
||||||
|
@@ -27,6 +27,7 @@
|
|||||||
"target": [
|
"target": [
|
||||||
"appimage",
|
"appimage",
|
||||||
"deb",
|
"deb",
|
||||||
|
"rpm",
|
||||||
"zip"
|
"zip"
|
||||||
],
|
],
|
||||||
"icon": "src/ui/images/icons",
|
"icon": "src/ui/images/icons",
|
||||||
|
Reference in New Issue
Block a user