-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
windowsWindows-specific changesWindows-specific changes
Description
I know this is likely low priority, if Windows 7 support is even desired, but launching URLs seems to fail on Windows 7.
Clicking on the menus in my help section produces:
"(X) https//github.com/dbalsom/martypc/wiki/{helpfilename}"
Application not found"
My help section is defined as so:
"help": [
{
"type": "url",
"label": "MartyPC Github",
"url": "https://github.com/dbalsom/martypc"
},
{
"type": "url",
"label": "MartyPC User's Guide",
"url": "https://github.com/dbalsom/martypc/wiki/MartyPC-User-Guide"
},
{
"type": "url",
"label": "ROM FAQ",
"url": "https://github.com/dbalsom/martypc/wiki/ROMs"
},
{
"type": "file",
"label": "Open MartyPC Config File",
"path": "./martypc.toml"
}
]
Metadata
Metadata
Assignees
Labels
windowsWindows-specific changesWindows-specific changes