Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-10-15 14:05:48 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-10-15 14:05:48 +0300
commitb542b5c6189b125f58203c59f5325a584c931291 (patch)
tree2d19ced4341b58b650e8c4375e9878f995e518d4 /WorkerForm.cs
parent63a615145fdb392c1865a622010a0bcbd251e680 (diff)
Minor fixes, translations update
Diffstat (limited to 'WorkerForm.cs')
-rw-r--r--WorkerForm.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/WorkerForm.cs b/WorkerForm.cs
index 06547297..81f4da91 100644
--- a/WorkerForm.cs
+++ b/WorkerForm.cs
@@ -989,7 +989,7 @@ namespace com.clusterrr.hakchi_gui
}
catch { }
}
- var rootFsPathes = Directory.GetDirectories(modsDirectory, "rootfs", SearchOption.AllDirectories);
+ var rootFsPathes = Directory.GetDirectories(modPath, "rootfs", SearchOption.AllDirectories);
if (rootFsPathes.Length == 0) return;
var rootFsPath = rootFsPathes[0];