Skip to content
Snippets Groups Projects
Commit 8cf520e4 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Fix linux manifest platform

parent 250358db
No related branches found
No related tags found
1 merge request!35Convert viewer tree to utilize python3
......@@ -85,8 +85,7 @@ def proper_windows_path(path, current_platform = sys.platform):
return drive_letter.upper() + ':\\' + rel.replace('/', '\\')
def get_default_platform(dummy):
return {'linux2':'linux',
'linux1':'linux',
return {'linux':'linux',
'cygwin':'windows',
'win32':'windows',
'darwin':'darwin'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment