Skip to content

Commit 07e82ba

Browse files
committed
Set RED4ext plugin as Runtime Independent
1 parent bf34f84 commit 07e82ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/red4ext/src/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RED4EXT_C_EXPORT void RED4EXT_CALL Query(RED4ext::PluginInfo* aInfo)
2626
aInfo->name = L"DiscordRPC2";
2727
aInfo->author = L"Marco4413";
2828
aInfo->version = RED4EXT_SEMVER(2, 7, 2);
29-
aInfo->runtime = RED4EXT_RUNTIME_LATEST;
29+
aInfo->runtime = RED4EXT_RUNTIME_INDEPENDENT;
3030
aInfo->sdk = RED4EXT_SDK_LATEST;
3131
}
3232

0 commit comments

Comments
 (0)