about summary refs log tree commit diff stats
path: root/src/launch.sh
diff options
context:
space:
mode:
authorCharadon <dev@iotib.net>2022-06-05 21:04:36 -0400
committerCharadon <dev@iotib.net>2022-06-05 21:04:36 -0400
commit4e62b4d5cb2d68774a45688089b89c57825c7e0b (patch)
tree5af0cd44fa1a031a1d7147e2588cc816ee04d64b /src/launch.sh
parentb922c6c5fd0c00c439a223b9aad806b8711fae91 (diff)
downloadPong-C-4e62b4d5cb2d68774a45688089b89c57825c7e0b.tar.gz
Premake5 support
Diffstat (limited to 'src/launch.sh')
-rwxr-xr-xsrc/launch.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/launch.sh b/src/launch.sh
deleted file mode 100755
index 1312ef3..0000000
--- a/src/launch.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-# This file is only for flatpak.
-DIRECTORY="$(dirname $0)"
-cd $DIRECTORY/../Pong && ./pong $@
\ No newline at end of file