diff options
author | Charadon <dev@iotib.net> | 2022-06-05 21:04:36 -0400 |
---|---|---|
committer | Charadon <dev@iotib.net> | 2022-06-05 21:04:36 -0400 |
commit | 4e62b4d5cb2d68774a45688089b89c57825c7e0b (patch) | |
tree | 5af0cd44fa1a031a1d7147e2588cc816ee04d64b /src/launch.sh | |
parent | b922c6c5fd0c00c439a223b9aad806b8711fae91 (diff) | |
download | Pong-C-4e62b4d5cb2d68774a45688089b89c57825c7e0b.tar.gz |
Premake5 support
Diffstat (limited to 'src/launch.sh')
-rwxr-xr-x | src/launch.sh | 4 |
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 |