|
|
@ -83,7 +83,6 @@ class ProtonTool: |
|
|
|
print(" ", path) |
|
|
|
print(" ", path) |
|
|
|
parser.exit(0) |
|
|
|
parser.exit(0) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@classmethod |
|
|
|
@classmethod |
|
|
|
def parse_args(cls, args, prog=None): |
|
|
|
def parse_args(cls, args, prog=None): |
|
|
|
parser = argparse.ArgumentParser(prog=prog) |
|
|
|
parser = argparse.ArgumentParser(prog=prog) |
|
|
@ -304,6 +303,7 @@ class ProtonTool: |
|
|
|
else: |
|
|
|
else: |
|
|
|
print_error("No matching launch configuration in appinfo") |
|
|
|
print_error("No matching launch configuration in appinfo") |
|
|
|
return 51 |
|
|
|
return 51 |
|
|
|
|
|
|
|
|
|
|
|
def cmd_proton(self): |
|
|
|
def cmd_proton(self): |
|
|
|
# proton and wine subcommands: |
|
|
|
# proton and wine subcommands: |
|
|
|
# Run proton respective wine with arguments |
|
|
|
# Run proton respective wine with arguments |
|
|
|