Add support for starting URLs and regular files that aren't executable

This provides some limited ShellExecute-like behavior.
This commit is contained in:
Cameron Gutman
2024-02-04 21:02:34 -06:00
parent ee93890d86
commit aa76b2398b
2 changed files with 258 additions and 10 deletions

View File

@@ -74,6 +74,7 @@ list(PREPEND PLATFORM_LIBRARIES
synchronization.lib
avrt
iphlpapi
shlwapi
${CURL_STATIC_LIBRARIES})
if(SUNSHINE_ENABLE_TRAY)