mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-20 11:47:46 +00:00
8 lines
432 B
Bash
8 lines
432 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
flatpak-builder build --force-clean zone.xiv.astra.yml &&
|
||
|
flatpak build-export export build &&
|
||
|
flatpak build-bundle export astra-next.flatpak zone.xiv.astra --runtime-repo=https://flathub.org/repo/flathub.flatpakrepo &&
|
||
|
rsync ./astra-next.flatpak deck@steamdeck:~/astra-next.flatpak
|
||
|
ssh deck@steamdeck 'flatpak install --user --noninteractive -y astra-next.flatpak'
|
||
|
#ssh deck@steamdeck 'flatpak run --user zone.xiv.astra'
|