Skip to content

Commit a027c31

Browse files
authored
Merge pull request #19 from fa0311/develop
update v3.1
2 parents cd408b0 + 3a55fc2 commit a027c31

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

DMMGamePlayerFastLauncher.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ def _end_stdout(self):
176176

177177
headers["cookie"] = cookie
178178
params.update(client_data)
179-
print(params)
180179

181180
response = requests.post(
182181
"https://apidgp-gameplayer.games.dmm.com/v5/launch/cl",

setup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "DMMGamePlayerFastLauncher"
5-
#define MyAppVersion "3.0.3"
5+
#define MyAppVersion "3.1"
66
#define MyAppPublisher "yuki"
77
#define MyAppURL "https://github.com/fa0311/DMMGamePlayerFastLauncher"
88
#define MyAppExeName "DMMGamePlayerFastLauncher.exe"

0 commit comments

Comments
 (0)