File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -387,7 +387,9 @@ def run_bypass_uac():
387387 token = urlparse (url ).path .split ("path=" )[- 1 ]
388388 session .get (url )
389389 try :
390- session .get (f"https://accounts.dmm.com/service/login/token/=/path={ token } /is_app=false" )
390+ session .get (
391+ f"https://accounts.dmm.com/service/login/token/=/path={ token } /is_app=false"
392+ )
391393 except :
392394 pass
393395
Original file line number Diff line number Diff line change 22; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33
44#define MyAppName " DMMGamePlayerFastLauncher"
5- #define MyAppVersion " 4.7.0 "
5+ #define MyAppVersion " 4.7.1 "
66#define MyAppPublisher " yuki"
77#define MyAppURL " https://github.com/fa0311/DMMGamePlayerFastLauncher"
88#define MyAppExeName " DMMGamePlayerFastLauncher.exe"
You can’t perform that action at this time.
0 commit comments