mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +00:00
Added a script to build flatpak locally
This commit is contained in:
parent
20e55d2188
commit
80dc780a3c
5
developer_toolbox/build_flatpak_locally.sh
Executable file
5
developer_toolbox/build_flatpak_locally.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
# WARNING: run this script from the project root folder, not from here!!
|
||||
|
||||
flatpak-builder --force-clean --user --install-deps-from=flathub --repo=esde-repo --install builddir net.retrodeck.es-de.yml
|
Loading…
Reference in a new issue