We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce6be2a + be5aa38 commit 8e48686Copy full SHA for 8e48686
Assets/PatchKit Patcher/Scripts/Debug/DebugMenu.cs
@@ -154,7 +154,7 @@ private void OpenLauncherLogFileLocation()
154
OpenPopup("Access to Launcher in the editor is not possible");
155
#else
156
string logDirectoryPath = Patcher.Instance.Data.Value.LockFilePath.Replace(".lock","");
157
- Open(logDirectoryPath);
+ OpenFile(logDirectoryPath);
158
#endif
159
}
160
@@ -164,7 +164,7 @@ private void OpenLauncherLogFile()
164
165
166
string logPath = Patcher.Instance.Data.Value.LockFilePath.Replace(".lock","launcher-log.txt");
167
- Open(logPath);
+ OpenFile(logPath);
168
169
170
0 commit comments