diff --git a/DMMGamePlayerFastLauncher.py b/DMMGamePlayerFastLauncher.py index 020a715..15c147b 100644 --- a/DMMGamePlayerFastLauncher.py +++ b/DMMGamePlayerFastLauncher.py @@ -160,12 +160,12 @@ def get_dpg5_config(dgp5_path): verify=False, proxies=PROXY, ).json() - +print(response) if response["result_code"] == 100: dmm_args = response["data"]["execute_args"].split(" ") start_time = time.time() process = subprocess.Popen( - [game_path, dmm_args[0], dmm_args[1]], shell=True, stdout=subprocess.PIPE + [game_path] + dmm_args, shell=True, stdout=subprocess.PIPE ) for line in process.stdout: text = line.decode("utf-8").strip() diff --git a/setup.iss b/setup.iss index e697c79..a9d3e92 100644 --- a/setup.iss +++ b/setup.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "DMMGamePlayerFastLauncher" -#define MyAppVersion "4.2.1" +#define MyAppVersion "4.2.2" #define MyAppPublisher "yuki" #define MyAppURL "https://github.com/fa0311/DMMGamePlayerFastLauncher" #define MyAppExeName "DMMGamePlayerFastLauncher.exe"