From ce9830bfbebfdddfb74c0bd2d401478949ec6e4d Mon Sep 17 00:00:00 2001 From: PlOszukiwacz <87446593+PlOszukiwaczDEV@users.noreply.github.com> Date: Sat, 28 Dec 2024 13:16:16 +0100 Subject: [PATCH 1/3] rpm bulding --- build/build-config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/build/build-config.json b/build/build-config.json index ad6c894..6a9c932 100644 --- a/build/build-config.json +++ b/build/build-config.json @@ -27,6 +27,7 @@ "target": [ "appimage", "deb", + "rpm", "zip" ], "icon": "src/ui/images/icons", From fbb22e766c88d2a54a1e99ceac0235d35eee2528 Mon Sep 17 00:00:00 2001 From: ploszukiwacz Date: Thu, 13 Feb 2025 16:08:15 +0100 Subject: [PATCH 2/3] workflow --- .github/workflows/build-and-release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index f06fec3..d42e657 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -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 From 8b8fe086ee29dcf6937441966cf089ea852bf669 Mon Sep 17 00:00:00 2001 From: "deepsource-io[bot]" <42547082+deepsource-io[bot]@users.noreply.github.com> Date: Sat, 22 Feb 2025 19:41:51 +0000 Subject: [PATCH 3/3] ci: add .deepsource.toml --- .deepsource.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .deepsource.toml diff --git a/.deepsource.toml b/.deepsource.toml new file mode 100644 index 0000000..e5ec308 --- /dev/null +++ b/.deepsource.toml @@ -0,0 +1,7 @@ +version = 1 + +[[analyzers]] +name = "javascript" + + [analyzers.meta] + environment = ["nodejs"] \ No newline at end of file