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
|
|
@ -29,7 +29,7 @@ impl AsyncComponent for SwitchScreen {
|
|||
view! {
|
||||
gtk::Box {
|
||||
set_orientation: gtk::Orientation::Vertical,
|
||||
set_valign: Align::BaselineFill,
|
||||
set_valign: Align::Fill,
|
||||
|
||||
gtk::Box {
|
||||
set_orientation: gtk::Orientation::Vertical,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue