mirror of
https://github.com/EpicMorg/UniversalValveToolbox.git
synced 2025-02-05 10:10:29 +03:00
sfm env bugfix
This commit is contained in:
parent
9b45461af3
commit
7a7baaec8f
@ -34,7 +34,7 @@ namespace UniversalValveToolbox.Utils {
|
|||||||
if (SFMpath == null)
|
if (SFMpath == null)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
PrepareVMod(Path.GetDirectoryName(pathProject));
|
PrepareVMod(new DirectoryInfo(pathProject).Name);
|
||||||
PrepareVProject(pathProject);
|
PrepareVProject(pathProject);
|
||||||
PrepareVContent(Path.Combine(SFMpath, "content"));
|
PrepareVContent(Path.Combine(SFMpath, "content"));
|
||||||
PrepareVGame(Path.Combine(SFMpath, "game"));
|
PrepareVGame(Path.Combine(SFMpath, "game"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user