summaryrefslogtreecommitdiffstats
path: root/tools/pack-win64.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pack-win64.sh')
-rw-r--r--tools/pack-win64.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/pack-win64.sh b/tools/pack-win64.sh
deleted file mode 100644
index 5cb5404..0000000
--- a/tools/pack-win64.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/usr/bin/sh
-cd $(dirname $(dirname ${0})) || exit 1
-${SHELL} tools/build-win64.sh Release || exit 1
-cpack --config build/win64/CPackConfig.cmake -G ZIP || exit 1
-exit 0