fix: app-launch macros on Windows + bump to 1.1.1 #10
Reference in New Issue
Block a user
Delete Branch "fix/app-launch-windows"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
App macros silently did nothing on Windows: shlex.split(posix=False) kept quotes in the exe path. Fix passes the command string to Popen on Windows (CreateProcess handles quoting, still no shell); POSIX keeps shlex.split. Bumps to 1.1.1.