about summary refs log tree commit diff stats
path: root/src/flatpak/flatpak_launch.sh
diff options
context:
space:
mode:
authorCharadon <dev@iotib.net>2022-06-08 05:20:31 -0400
committerCharadon <dev@iotib.net>2022-06-08 05:20:31 -0400
commitca77aea516afa11c0767d63ef39e312ca190b861 (patch)
treeba02c9fe2f0a861e964515649ebb1cdf98c98e4b /src/flatpak/flatpak_launch.sh
parent67ed1bfabcd50383a3d5c074e10e39aa634c5852 (diff)
downloadPong-C-ca77aea516afa11c0767d63ef39e312ca190b861.tar.gz
Some flatpak fixes
Diffstat (limited to 'src/flatpak/flatpak_launch.sh')
-rw-r--r--src/flatpak/flatpak_launch.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/flatpak/flatpak_launch.sh b/src/flatpak/flatpak_launch.sh
new file mode 100644
index 0000000..1312ef3
--- /dev/null
+++ b/src/flatpak/flatpak_launch.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+# This file is only for flatpak.
+DIRECTORY="$(dirname $0)"
+cd $DIRECTORY/../Pong && ./pong $@
\ No newline at end of file