Skip to content
This repository was archived by the owner on May 11, 2021. It is now read-only.
This repository was archived by the owner on May 11, 2021. It is now read-only.

Make this more cross-platform #8

@seiyria

Description

@seiyria

Currently everything is windows-oriented:

path = {
    'x32': "C:/Program Files/BYOND/bin/",
    'x64': "C:/Program Files (x86)/BYOND/bin/"
}

    def drive_root(self, path):
        return splitdrive(path)[0]+"\\"

This should be made more OS-independent.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions