Skip to content

URL links don't launch on Windows 7 #125

@dbalsom

Description

@dbalsom

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

No one assigned

    Labels

    windowsWindows-specific changes

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions