webpin/sources/flatpak.sh
Dovi Cowan 7751e78167
add flatpak script
required so that flatpak run is a valid command inside the container
2022-02-17 15:19:30 +00:00

8 lines
218 B
Bash

#!/bin/bash
# The build system puts this file as /app/bin/flatpak
# in the container
# This is required so that the container sees "flatpak" as a valid command
# so that it will read the .desktop files
echo "flatpak"