about summary refs log tree commit diff stats
path: root/src/launch.sh
diff options
context:
space:
mode:
authorCharadon <dev@iotib.net>2022-05-30 22:11:01 -0400
committerCharadon <dev@iotib.net>2022-05-30 22:11:01 -0400
commit2818ee50405fba641a7f2bdffb968379f8ea0eee (patch)
tree6f25baa5f25072be3833eb4d77f3151f95f6c48c /src/launch.sh
parentb35d42e0ec41370be618ad59312786ec3795a5e7 (diff)
downloadPong-C-2818ee50405fba641a7f2bdffb968379f8ea0eee.tar.gz
Finished on making flatpak work, and fixed a bug where the paddle could randomly not spawn.
Diffstat (limited to 'src/launch.sh')
-rw-r--r--src/launch.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/launch.sh b/src/launch.sh
new file mode 100644
index 0000000..7449fcb
--- /dev/null
+++ b/src/launch.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+# This file is only for flatpak.
+
+cd /app/Pong
+./pong $@
\ No newline at end of file