Add ability to build GTK app AppImage (#240)
#238 Add AppImage build support Implements - Downgrade to libadwaita 1.3 for wider distro support - Add build script, workflow, and docs for AppImage - Add build docs for Debian (apt) and Void Linux - Building AppImage in CI
This commit is contained in:
parent
44ecf042a3
commit
ab73183b2b
11 changed files with 311 additions and 147 deletions
|
|
@ -7,7 +7,7 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
relm4 = { features = ["libadwaita", "gnome_45"], git = "https://github.com/Relm4/Relm4" }
|
||||
relm4 = { version = "0.6", features = ["libadwaita", "gnome_44"]}
|
||||
burrow = { version = "*", path = "../burrow/" }
|
||||
tokio = { version = "1.35.0", features = ["time", "sync"] }
|
||||
gettext-rs = { version = "0.7.0", features = ["gettext-system"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue