PaperCutSoftware / silver

SILVER - A cross-platform service/daemon wrapper with in-build auto-update, crash resilience and more.
MIT License
54 stars 13 forks source link

Build process should build both 32-bit and 64-bit #9

Open codedance opened 8 years ago

codedance commented 8 years ago

Build process should build both 32-bit and 64-bit, and clearly label.

Dan-Dongcheol-Lee commented 8 years ago

By mistake, sorry for that. A question regarding this, Which one would be better?

Example 1) build/${GOOS}_${GOARCH}/service.exe, updater.exe

Example 2) build/${GOOS}/service-${GOARCH}.exe, updater-${GOARCH}.exe

Cheers, Dan.