From ad763f7a1c93bdacf7a303d8258a5aee1f35a0d9 Mon Sep 17 00:00:00 2001 From: lumi Date: Sat, 31 Aug 2019 17:41:28 +0200 Subject: [PATCH] maybe better to have readme.txt and README.md be different --- .gitlab-ci.yml | 1 - readme.txt | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 readme.txt diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4a45710..37fd44f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,6 @@ buildnml: script: - nmlc feditownnames.nml - cp LICENSE license.txt - - cp README.md readme.txt - tar cvzf feditownnames.tar.gz feditownnames.grf license.txt readme.txt artifacts: paths: diff --git a/readme.txt b/readme.txt new file mode 100644 index 0000000..d24ee5b --- /dev/null +++ b/readme.txt @@ -0,0 +1 @@ +This is a NewGRF that adds a town names pack that includes the names of various people from the Fediverse, and some other stuff. :3 -- GitLab