Shen-Language / shen-cl

Shen for Common Lisp (Unmaintained)
BSD 3-Clause "New" or "Revised" License
122 stars 11 forks source link

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

Closed tizoc closed 5 years ago

tizoc commented 5 years ago

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)