Cleaned up export-pack script

This commit is contained in:
Sergeant Acoustic 2025-08-20 18:02:38 +01:00
parent 2aeab1a5f3
commit 9c258533d4

View file

@ -1,7 +1,6 @@
#!/bin/bash #!/bin/bash
cd "$(dirname "$0")" cd "$(dirname "$0")"
echo $PWD
if [ ! -d release ]; then if [ ! -d release ]; then
mkdir release mkdir release