GH action runner updates (#462)

This commit is contained in:
Archez
2024-05-26 11:17:00 -04:00
committed by GitHub
parent c8ffaf6ae5
commit 84b8aef20a
4 changed files with 346 additions and 123 deletions
+2 -1
View File
@@ -451,7 +451,8 @@ void Ben_ProcessDroppedFiles(std::string filePath) {
extern "C" void InitOTR() {
#if not defined(__SWITCH__) && not defined(__WIIU__)
if (!std::filesystem::exists(Ship::Context::LocateFileAcrossAppDirs("mm.zip", appShortName))) {
if (!std::filesystem::exists(Ship::Context::LocateFileAcrossAppDirs("mm.zip", appShortName)) &&
!std::filesystem::exists(Ship::Context::LocateFileAcrossAppDirs("mm.otr", appShortName))) {
std::string installPath = Ship::Context::GetAppBundlePath();
if (!std::filesystem::exists(installPath + "/assets/extractor")) {
Extractor::ShowErrorBox(