git repos / blockattack-game

blame: source/misc/standalone/blockattack_standalone_launcher

normal view · raw

ab86a00f sago007 2017-08-31 19:08 1
#!/bin/bash
ab86a00f sago007 2017-08-31 19:08 2
fbb19101 sago007 2017-09-02 11:50 3
# This file is based on the guide from https://itch.io/docs/itch/integrating/platforms/linux.html
fbb19101 sago007 2017-09-02 11:50 4
ab86a00f sago007 2017-08-31 19:08 5
# Move to script's directory
ab86a00f sago007 2017-08-31 19:08 6
cd "`dirname "$0"`"
ab86a00f sago007 2017-08-31 19:08 7
988137ee Poul Sander 2021-06-08 21:28 8
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./x86_64/
988137ee Poul Sander 2021-06-08 21:28 9
./x86_64/blockattack "$@"
1970-01-01 00:00 10