-
|
I'm am a Unix developer and am completely unfamiliar with Windows and Visual Basic development methods. I've cloned the Git repo, checked out the lastest tag v2.3.9492, and am unable to locate either a .exe file for a .msi file that I've read is some sort of installer. Please advise. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hi, thanks for your interest in developing WinNUT! I apologize if I don't completely understand the question, but we don't commit binaries to the git repository proper, with one exception that's not exactly relevant yet. Binaries are built from source using GitHub's automation and/or manually on the developer's PC, both using Microsoft's .NET compilation tooling a.k.a Please let me know if you have additional questions or I didn't quite understand. |
Beta Was this translation helpful? Give feedback.
Hi, thanks for your interest in developing WinNUT!
I apologize if I don't completely understand the question, but we don't commit binaries to the git repository proper, with one exception that's not exactly relevant yet. Binaries are built from source using GitHub's automation and/or manually on the developer's PC, both using Microsoft's .NET compilation tooling a.k.a
msbuild, and then uploaded to the Releases section of the site when deploying. See our Development page for more info.Please let me know if you have additional questions or I didn't quite understand.