Skip to content

Commit d1293be

Browse files
committed
Fix the path when resetting the workspace.
1 parent 9561258 commit d1293be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui2/fluxengine.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ IMHEX_PLUGIN_SETUP("FluxEngine", "David Given", "FluxEngine integration")
4444
for (const auto& imhexPath : hex::paths::getDataPaths(false))
4545
{
4646
const auto path =
47-
imhexPath / std::fs::relative(romfsPath, extractFolder);
47+
imhexPath / std::fs::relative(romfsPath, "auto_extract");
4848
hex::log::info("Extracting {} to {}",
4949
romfsPath.string(),
5050
path.string());

0 commit comments

Comments
 (0)