diff options
| author | SulfurNitride <lukew19@proton.me> | 2026-06-19 18:01:56 -0500 |
|---|---|---|
| committer | SulfurNitride <lukew19@proton.me> | 2026-06-19 18:01:56 -0500 |
| commit | ea794b1eba77e9b5dd8bea0fe4d3280b67d77a5a (patch) | |
| tree | c24a032e914bcf9e8572a47e096571e8770cf8f3 /libs/installer_fomod/src/installerfomod.cpp | |
| parent | 6c511ba040b07279bf5495088bfe98e2b6d6d318 (diff) | |
Fix VFS writes and stylesheet URLs
Diffstat (limited to 'libs/installer_fomod/src/installerfomod.cpp')
| -rw-r--r-- | libs/installer_fomod/src/installerfomod.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/installer_fomod/src/installerfomod.cpp b/libs/installer_fomod/src/installerfomod.cpp index 239ec9a..e526610 100644 --- a/libs/installer_fomod/src/installerfomod.cpp +++ b/libs/installer_fomod/src/installerfomod.cpp @@ -216,7 +216,7 @@ InstallerFomod::install(GuessedValue<QString>& modName, try { std::shared_ptr<const IFileTree> fomodTree = findFomodDirectory(tree); - QString fomodPath = fomodTree->parent()->path(); + QString fomodPath = fomodTree->parent()->path("/"); QString fomodDirName = fomodTree->name(); FomodInstallerDialog dialog( this, modName, fomodPath, fomodDirName, |
