summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/build b/build
index 159f3c4..0fae001 100755
--- a/build
+++ b/build
@@ -19,3 +19,6 @@ mv acron dist/
mv minecraft-pacman dist/
cp key.gpg dist/
+cp robots.txt dist/
+
+cd dist && ln -s key.gpg gpg.key && cd ..