Replies: 2 comments
|
Currently, I would not change that - and also involves less binaries ^^ Side track: OK, if I delete |
0 replies
|
Related to #146 (except 146 is more general) - closing this since keeping the PS is the way forward. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Hoping to get the opinion on an implementation specific thing (looking at you @koppor 😄).
On Linux and Mac gg works roughly like this (first time, to install itself):
But on Windows it is like this:
Originally Windows did the same as Linux/Mac, but I changed it to PowerShell script since I had some issues with the binary. I'm not a Windows user, so all dev happened in a VM outside my comfort zone.
The question is:
Should I convert back to using the binary for Windows?
Why I think it could be good:
One problem with the binary is that I might have to sign it - buy a cert, in order to have it not be blocked by Windows.
I didn't have this issue before, but perhaps others might.
All reactions