chore: prepare to release

This commit is contained in:
2025-08-02 13:16:24 +07:00
parent c188f12993
commit 80c649f9a0
21 changed files with 462 additions and 85 deletions

9
script/flatpak/deps Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/sh
flatpak remote-add --if-not-exists --user flathub https://dl.flathub.org/repo/flathub.flatpakrepo
arch=$(arch)
fd_version=23.08
flatpak install -y --user org.freedesktop.Platform/${arch}/${fd_version}
flatpak install -y --user org.freedesktop.Sdk/${arch}/${fd_version}
flatpak install -y --user org.freedesktop.Sdk.Extension.rust-stable/${arch}/${fd_version}