url-open icon indicating copy to clipboard operation
url-open copied to clipboard

Fix for Windows

Open edshamis opened this issue 1 year ago • 0 comments

  • Windows_NT is the os_uname value for Windows
  • Start is a function thus skip exec check
  • Ensure detach is false on Windows_NT to handle process correctly
  • Simplified OS checks by using os_uname variable directly

edshamis avatar Feb 14 '24 15:02 edshamis