File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
DMMGamePlayerFastLauncher/static Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 88
99
1010class Env (Dump ):
11- VERSION = "v5.5.1 "
11+ VERSION = "v5.5.2 "
1212 RELEASE_VERSION = requests .get (UrlConfig .RELEASE_API ).json ().get ("tag_name" , VERSION )
1313
1414 DEVELOP : bool = os .environ .get ("ENV" ) == "DEVELOP"
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ def config_migrate():
4040 version = Version (AppConfig .DATA .last_version .get () or "v0.0.0" )
4141 logging .info (f"Migration from { version } to { Env .VERSION } " )
4242
43- if version < Version ("v5.5.0 " ):
43+ if version < Version ("v5.5.2 " ):
4444 logging .info ("Migration from v5.5.0 to v5.5.1" )
4545 Path (AssetsPathConfig .I18N ).joinpath ("app.ja.yml" ).unlink (missing_ok = True )
4646 Path (AssetsPathConfig .I18N ).joinpath ("app.en.yml" ).unlink (missing_ok = True )
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 " 5.5.1 "
5+ #define MyAppVersion " 5.5.2 "
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