add image for building appimages

This commit is contained in:
2022-02-22 11:36:44 +01:00
parent 1191a7a5e6
commit b12e6f3d90
6 changed files with 122 additions and 2 deletions

View File

@@ -1 +1,4 @@
/target
/libs
*.AppImage
*.png

View File

@@ -6,3 +6,11 @@ edition = "2021"
[dependencies]
adw = { version = "0.1", package = "libadwaita" }
gtk = { version = "0.4", package = "gtk4" }
[package.metadata.appimage]
auto_link = true
auto_link_exclude_list = [
"libc.so*",
"libdl.so*",
"libpthread.so*",
]