KeithBrown39423 / Hexdump

The alternative cross-platform hex dumping utility
MIT License
16 stars 0 forks source link

[Feature] Release binaries #34

Closed ZackeryRSmith closed 4 months ago

ZackeryRSmith commented 4 months ago

Currently you release bundled up files. I think it would be a better idea to release the binaries as-is

KeithBrown39423 commented 4 months ago

The reason I bundled them was because the windows binary had two files and I felt it would be weird to have one zip and two binaries.

ZackeryRSmith commented 4 months ago

I find it's more weird to do that. I recommend doing what most projects do and just release both the windows binaries in the releases.

Additionally this is better as if I just want one windows binary why get both...

KeithBrown39423 commented 4 months ago

Fixed. The windows build had a .pdb file but I guess that's not very important.