zerratar / SubSync

Automatically download subtitles for your movies
MIT License
289 stars 26 forks source link

Missing binaries #9

Closed mbnoimi closed 6 years ago

mbnoimi commented 6 years ago

In https://github.com/zerratar/SubSync/tree/v0.1.4 release I can't see *.exe file!

zerratar commented 6 years ago

Did you download the binaries from the release tab?

https://github.com/zerratar/SubSync/releases

mbnoimi commented 6 years ago

Did you download the binaries from the release tab?

Yep

zerratar commented 6 years ago

Ah, okay. I will fix it as soon as I get access to my computer!

zerratar commented 6 years ago

@mbnoimi Eew. The horror, thanks to .NET Core, only way to get an .exe file is to build a self-contained application that includes the whole dotnet core library... The content is 64mb or 28.5mb compressed. When it could have been tops 300kb.. Shit.

I will add this zip for now to the release, named: self-contained-win10-x64.zip, and try and fix a standard version for future releases.

Thanks for pointing this out though!