This commit is contained in:
2022-09-29 21:42:18 +08:00
parent 2bd02b94c5
commit 0c8db7a718
7 changed files with 31 additions and 3 deletions

View File

@@ -10,4 +10,4 @@ argv = []
for i in sys.argv[1:]:
argv.append(i.replace(" ", "\\ "))
com = ConfigLanguareRunner.Command(f"{os.path.basename(sys.argv[0])} {' '.join(argv)}")
com.Run(com.GetCommandList(), os.getenv("WINEPREFIX"), os.getenv("WINE"))
com.Run(com.GetCommandList(), os.getenv("WINEPREFIX"), os.getenv("WINE"))