We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd408b0 + 3a55fc2 commit a027c31Copy full SHA for a027c31
DMMGamePlayerFastLauncher.py
@@ -176,7 +176,6 @@ def _end_stdout(self):
176
177
headers["cookie"] = cookie
178
params.update(client_data)
179
-print(params)
180
181
response = requests.post(
182
"https://apidgp-gameplayer.games.dmm.com/v5/launch/cl",
setup.iss
@@ -2,7 +2,7 @@
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
4
#define MyAppName "DMMGamePlayerFastLauncher"
5
-#define MyAppVersion "3.0.3"
+#define MyAppVersion "3.1"
6
#define MyAppPublisher "yuki"
7
#define MyAppURL "https://github.com/fa0311/DMMGamePlayerFastLauncher"
8
#define MyAppExeName "DMMGamePlayerFastLauncher.exe"
0 commit comments