diff options
author | 2019-02-10 17:28:53 -0600 | |
---|---|---|
committer | 2019-02-10 17:28:53 -0600 | |
commit | a59a14e3855fa5e2c3627d4aedb585d04c87ef34 (patch) | |
tree | 6e8a7b37bb12f210be7d7f1550bf986dc6b7efa2 /chocolatey | |
parent | update GitLab CI file (diff) |
update nuspec
Diffstat (limited to 'chocolatey')
-rw-r--r-- | chocolatey/yadfa.nuspec | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/chocolatey/yadfa.nuspec b/chocolatey/yadfa.nuspec index 8ef6f78..5a6bf38 100644 --- a/chocolatey/yadfa.nuspec +++ b/chocolatey/yadfa.nuspec @@ -17,12 +17,10 @@ <description>A WIP diaperfur adventure game where you play by typing in Lisp commands</description> </metadata> <files> - <file src="AUTHORS" target="yadfa" /> - <file src="COPYING" target="yadfa" /> - <file src="INSTALL" target="yadfa" /> - <file src="INSTALL.md" target="yadfa" /> - <file src="README" target="yadfa" /> - <file src="README.md" target="yadfa" /> + <file src="AUTHORS*" target="yadfa" /> + <file src="COPYING*" target="yadfa" /> + <file src="INSTALL*" target="yadfa" /> + <file src="README*" target="yadfa" /> <file src="build.lisp" target="yadfa" /> <file src="core\**" target="yadfa" /> <file src="data\**" target="yadfa" /> |