-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support windows #1
Comments
Hehe. Me too. I think windows is a tough one. Anyway will see what I can find. |
Btw I am using mage instead of makefiles so that the same make works on all desktops. Mage has saved me heaps of time and it makes it very easy to tap into various things you need to package on windows |
https://github.com/mh-cbon/go-msi Makes an msi. |
@gedw99 great job - do you want to join the project? |
Sure. According to the issue it's a new GOOS required. RSC put it on the back burner to milestone 1.1. up creek with no paddle. Mhhh. Use the rust winapi crate that fully supports the new ( last week officially) winrt c/c++ API that does pass the windows store certification checker and sneak a golang compile time linked golang lib inside using The rust / golang FFI interop. But never used it and me suspects the Great Firewall of Windows Store will reject it Oh sit it out and pray RSC changes his tune ? More research required I suspect. |
You can use appx and distribute it without the store |
最好能交叉编译,使mac也能编译windows exe,反之亦然。 |
appify
should support Windows.The text was updated successfully, but these errors were encountered: