You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't been a Windows user for a very long time, so I am not very well aware of how thinks are working in it. I think Windows requires all executable files to be either .exe or .bat (but not really .ps1 — cue Execution Policy).
At this moment, Skyr doesn't derive the script filename but rather just searches for the literal file names. So I am guessing that on Windows machines, skyr test.bat should work for running a .bat file. I am also guessing that Skyr will work as-is in Git Bash and WSL.
As of now, I don't want to and will not spend time implementing and testing Windows support.
The text was updated successfully, but these errors were encountered:
This issue is not a priority
I haven't been a Windows user for a very long time, so I am not very well aware of how thinks are working in it. I think Windows requires all executable files to be either
.exe
or.bat
(but not really.ps1
— cue Execution Policy).At this moment, Skyr doesn't derive the script filename but rather just searches for the literal file names. So I am guessing that on Windows machines,
skyr test.bat
should work for running a.bat
file. I am also guessing that Skyr will work as-is in Git Bash and WSL.As of now, I don't want to and will not spend time implementing and testing Windows support.
The text was updated successfully, but these errors were encountered: