gdkchan / SPICA

Experimental H3D tool
The Unlicense
93 stars 46 forks source link

Windows Build Link Broken #80

Closed Erico9002 closed 4 years ago

Erico9002 commented 4 years ago

On following the link, https://ci.appveyor.com/api/projects/gdkchan/spica/artifacts/spica_lastest.zip

Met with following:

This XML file does not appear to have any style information associated with it. The document tree is shown below.

BlobNotFound The specified blob does not exist. RequestId:2b8655c6-101e-005d-07fb-9b4ae0000000 Time:2019-11-15T21:24:53.8827469Z
Reisyukaku commented 4 years ago

https://github.com/gdkchan/SPICA/releases/tag/v0.1

gdkchan commented 4 years ago

You broke the build with the LZ4 dependency. Please fix it @Reisyukaku. There's no need for a external dep just for LZ4 decompression, the decompressor is just a few lines of code: https://github.com/Ryujinx/Ryujinx/blob/master/Ryujinx.HLE/Loaders/Compression/Lz4.cs

Reisyukaku commented 4 years ago

ah, didnt know you had an impl. done. e099ae4b165b891a3e5fae80d064b637a39f2827