feat: Add flatpak build tools

This commit is contained in:
Fabio Lenherr / DashieTM 2023-11-03 00:49:27 +01:00
parent 638abd5b86
commit 727808db46
5 changed files with 1450 additions and 5 deletions

4
.gitignore vendored
View file

@ -2,6 +2,8 @@
# will have compiled files and executables
debug/
target/
flatpak/build
flatpak/.flatpak-builder
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
@ -17,4 +19,4 @@ Cargo.lock
# Added by cargo
/target
.idea/
.idea/