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