mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-21 21:45:39 +00:00
5 lines
201 B
Bash
5 lines
201 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# This is building the bundle RetroDECK.flatpak after the download and build steps are done
|
||
|
|
||
|
flatpak build-bundle ${GITHUB_WORKSPACE}/local RetroDECK-cooker.flatpak net.retrodeck.retrodeck
|