diff options
author | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-01-24 09:24:12 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-24 09:24:12 -0700 |
commit | 3ddf41333230cd8d04c18bac27df75941d14ce6e (patch) | |
tree | f38e82864986e996879f5fc2df62a937c5e54b52 /launcher | |
parent | 085e067fc1c34c08db369dbf9136faca50ed048c (diff) | |
download | PrismLauncher-3ddf41333230cd8d04c18bac27df75941d14ce6e.tar.gz PrismLauncher-3ddf41333230cd8d04c18bac27df75941d14ce6e.tar.bz2 PrismLauncher-3ddf41333230cd8d04c18bac27df75941d14ce6e.zip |
Update launcher/Application.cpp
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'launcher')
-rw-r--r-- | launcher/Application.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/Application.cpp b/launcher/Application.cpp index 608fc618..6a798822 100644 --- a/launcher/Application.cpp +++ b/launcher/Application.cpp @@ -1548,7 +1548,7 @@ QString Application::getJarPath(QString jarFile) #endif FS::PathCombine(m_rootPath, "jars"), FS::PathCombine(applicationDirPath(), "jars"), - FS::PathCombine(applicationDirPath(), "..", "jars") // from inside build dir , for debuging + FS::PathCombine(applicationDirPath(), "..", "jars") // from inside build dir, for debuging }; for(QString p : potentialPaths) { |