aboutsummaryrefslogtreecommitdiffstats
path: root/tools/package.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/package.sh')
-rw-r--r--tools/package.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/package.sh b/tools/package.sh
index 5877444..a85ee6c 100644
--- a/tools/package.sh
+++ b/tools/package.sh
@@ -60,6 +60,8 @@ java -jar "%~dp0ui-console.jar"
60if errorlevel 1 pause 60if errorlevel 1 pause
61EOF 61EOF
62 62
63[ -f README.pdf ] && cp README.pdf "$DIST/"
64
63echo "=== Manifest as it actually landed in the jar ===" 65echo "=== Manifest as it actually landed in the jar ==="
64# Cheapest check that prevents a Level-0: if Main-Class or Class-Path didn't 66# Cheapest check that prevents a Level-0: if Main-Class or Class-Path didn't
65# survive, it surfaces here instead of on the grader's machine. 67# survive, it surfaces here instead of on the grader's machine.