Skip to content

Commit 320a025

Browse files
committed
Deactivating the CurseForge generator, as KSPe is being distributed on https://github.com/net-lisias-ksp/ModularManagement there.
1 parent a860ac5 commit 320a025

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pack-curse.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/usr/bin/env bash
22

3+
echo "CurseForge packaging is not needed anymore, this thing is being redistributed in 'Modular Management' there."
4+
exit 0
5+
36
# see http://redsymbol.net/articles/unofficial-bash-strict-mode/
47
set -euo pipefail
58
IFS=$'\n\t'

0 commit comments

Comments
 (0)