mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-10-31 15:20:10 +00:00
5 lines
112 B
Bash
5 lines
112 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd "$(dirname "$BASH_SOURCE")/build" || { echo "Cannot bundle: not built yet" >&2; exit 1; }
|
||
|
cpack
|