Skip to content

Commit

Permalink
r32 LSW警告の遷移サイト変更
Browse files Browse the repository at this point in the history
  • Loading branch information
ePi5131 committed Jun 7, 2022
1 parent 1e8dd15 commit ab508ad
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions patch.aul.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
patch.aul r31
patch.aul r32
Copyright (c) 2021-2022 ePi
https://scrapbox.io/ePi5131/patch.aul

Expand Down Expand Up @@ -188,7 +188,7 @@ https://scrapbox.io/ePi5131/patch.aul
Lua追加要素詳細
_PATCH
patch.aulのバージョン情報
現在は "patch.aul r31" という文字列が格納されている
現在は "patch.aul r32" という文字列が格納されている

obj.randex(seed,frame)
seed : integer
Expand Down Expand Up @@ -338,3 +338,6 @@ Lua追加要素詳細

r31
RePOPnビルドL-SMASH Works r940を導入していると警告を表示する機能を追加

r32
LSWの警告で遷移するサイトをScrapboxに変更
2 changes: 1 addition & 1 deletion patch/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ HMODULE WINAPI init_t::LoadLibraryAWrap(LPCSTR lpLibFileName) {
if (hash == r940_hash) {
auto ret = patch_resource_message_w(PATCH_RS_PATCH_OLD_LSW, MB_ICONEXCLAMATION | MB_YESNO);
if (ret == IDYES) {
static cryptostring lsw_url(L"https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds/releases");
static cryptostring lsw_url(L"https://scrapbox.io/aviutl/L-SMASH_Works");
web_confirm(lsw_url.get());
}
}
Expand Down
2 changes: 1 addition & 1 deletion patch/macro.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
#endif //define PATCH_SWITCH_FAST

#else // ifdef PATCH_INTERNAL
#define PATCH_VERSION_STR "r31"
#define PATCH_VERSION_STR "r32"

#define PATCH_SWITCH_EXCEPTION_LOG
#define PATCH_SWITCH_SYSINFO_MODIFY
Expand Down

0 comments on commit ab508ad

Please sign in to comment.