Shen-Language / shen-cl

Shen for Common Lisp (Unmaintained)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

On windows source-release creates a zip without a subdirectory.

tizoc opened this issue · comments

This is what is being done right now:

$(PS) "Compress-Archive -Force -DestinationPath release\\$(SourceReleaseName)$(ArchiveSuffix) -LiteralPath src, assets, Makefile, boot.lsp, bootstrap.lsp, build.lsp, LICENSE.txt, README.md, CHANGELOG.md, INTEROP.md, PREREQUISITES.md"

But this leaves everything at the root of the zip. Has to be fixed before the next release (for the current one I just made a zip on my computer and uploaded that)