mirror of
https://github.com/TheUltimateHacker/ShiftOS.git
synced 2025-01-22 09:01:58 -05:00
Revert "Moved root location to the one set in the launcher"
This commit is contained in:
parent
c3a4af14d0
commit
940a1388dc
1 changed files with 2 additions and 3 deletions
|
@ -25,9 +25,8 @@
|
||||||
|
|
||||||
|
|
||||||
'Declaration Hierarchy
|
'Declaration Hierarchy
|
||||||
Public appData As String = System.Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) + "\ShiftOSLauncher"
|
|
||||||
Public root As String = My.Computer.FileSystem.ReadAllText(appData + "\ExecFolder.dat") + "\"
|
Public root As String = "C:\ShiftOS\" 'Do NOT use this unless it is for files that must go DIRECTLY in C:\ShiftOS\
|
||||||
'Do NOT use this unless it is for files that must go DIRECTLY in C:\ShiftOS\
|
|
||||||
|
|
||||||
Public progdata As String = root & "SoftwareData\"
|
Public progdata As String = root & "SoftwareData\"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue