Skip to content

Commit

Permalink
Merge pull request #19 from fa0311/develop
Browse files Browse the repository at this point in the history
update v3.1
  • Loading branch information
fa0311 authored Mar 18, 2022
2 parents cd408b0 + 3a55fc2 commit a027c31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion DMMGamePlayerFastLauncher.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ def _end_stdout(self):

headers["cookie"] = cookie
params.update(client_data)
print(params)

response = requests.post(
"https://apidgp-gameplayer.games.dmm.com/v5/launch/cl",
Expand Down
2 changes: 1 addition & 1 deletion setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "DMMGamePlayerFastLauncher"
#define MyAppVersion "3.0.3"
#define MyAppVersion "3.1"
#define MyAppPublisher "yuki"
#define MyAppURL "https://github.com/fa0311/DMMGamePlayerFastLauncher"
#define MyAppExeName "DMMGamePlayerFastLauncher.exe"
Expand Down

0 comments on commit a027c31

Please sign in to comment.