Skip to content

Commit 4a4cad1

Browse files
committed
update 4.7.1
Signed-off-by: ふぁ <yuki@yuki0311.com>
1 parent 8bc4130 commit 4a4cad1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

DMMGamePlayerFastLauncher.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

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 "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"

0 commit comments

Comments
 (0)