Add macOS documentation
This commit is contained in:
@@ -35,7 +35,7 @@ Stored as a Unix time stamp.
|
||||
|
||||
The executable to run when launching a game.
|
||||
|
||||
If the source has a URL handler, using that is preferred. In that case, the value should be `"xdg-open url://example/url"` for Linux and `"start url://example/url"` for Windows.
|
||||
If the source has a URL handler, using that is preferred. In that case, the value should be `"xdg-open url://example/url"` for Linux, `"start url://example/url"` for Windows and `"open url://example/url"` for macOS.
|
||||
|
||||
Stored as either a string (preferred) or an argument vector to be passed to the shell through [subprocess.Popen](https://docs.python.org/3/library/subprocess.html#popen-constructor).
|
||||
|
||||
@@ -113,4 +113,4 @@ The version number of the [game_id].json specification.
|
||||
|
||||
Cartridges will set the value for itself. Don't touch it.
|
||||
|
||||
Stored as a number.
|
||||
Stored as a number.
|
||||
|
||||
Reference in New Issue
Block a user