Skip to content

Releases: stl3/GoReadManga

GoReadManga-v0.1.47-beta

19 Oct 21:04
529db6b

Choose a tag to compare

Pre-release

The following windows executables were compiled with following flags:

go build -o GoReadManga-V0.1.47-beta.Winx64.exe main.go ; go build -o GoReadManga-V0.1.47-beta.Winx64.exe ; upx -9 -k GoReadManga-V0.1.47-beta.Winx64.exe
        File size         Ratio      Format      Name
   --------------------   ------   -----------   -----------
  16033280 ->   8795648   54.86%    win64/pe     GoReadManga-V0.1.47-beta.Winx64.exe

Smaller binary by omitting symbol table/DWARF debugging information (may or may not cause issue):

go build -o GoReadManga-V0.1.47-beta-smol.Winx64.exe -ldflags="-s -w" main.go ; go build -o GoReadManga-V0.1.47-beta-smol.Winx64.exe -ldflags="-s -w" ; upx -9 -k GoReadManga-V0.1.47-beta-smol.Winx64.exe
        File size         Ratio      Format      Name
   --------------------   ------   -----------   -----------
  11289088 ->   4322304   38.29%    win64/pe     GoReadManga-V0.1.47-beta-smol.Winx64.exe