Files
TachideskJUI/scripts/BuildLinuxDeb.sh
Syer10 871c450783 Add setup and build scripts
Windows setup script will fail until the next release of Tachidesk
2021-03-25 01:25:18 -04:00

15 lines
256 B
Bash

#!/usr/bin/env bash
if [ "$(basename "$(pwd)")" = "scripts" ]; then
cd ..
fi
if test -f "src/main/resources/Tachidesk.jar"; then
echo "Tachidesk.jar already exists"
else
scripts/SetupUnix.sh
fi
echo "Building Deb package"
./gradlew packageDeb