So when I go to .nimble/bin I see 2 things
pipelines
pipelines.cmd
I'm on Windows and I was expecting a .exe file here... Would someone with more systems programming experience mind enlightening me?Just to add more details- When I change pipelines.cmd to pipelines.exe, trying to run pipelines.exe gives me a dialog box saying "This version of C:UsersCaleb Winston.nimblebinpipelines.exe is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher."
Kind of confused 🤔
Nimble has docs:
https://github.com/nim-lang/nimble#binary-packages
In this case when nimble install is invoked, Nimble will build the main.nim file, copy it into $nimbleDir/pkgs/pkgname-ver/ and subsequently create a symlink to the binary in $nimbleDir/bin/. On Windows a stub .cmd file is created instead.