Merge pull request #31 from ShiftOS/revert-30-master

Revert "Moved root location to the one set in the launcher"
This commit is contained in:
rezedus 2015-05-01 20:35:09 +02:00
commit e7dd4f641c

View file

@ -25,9 +25,8 @@
'Declaration Hierarchy
Public appData As String = System.Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) + "\ShiftOSLauncher"
Public root As String = My.Computer.FileSystem.ReadAllText(appData + "\ExecFolder.dat") + "\"
'Do NOT use this unless it is for files that must go DIRECTLY in C:\ShiftOS\
Public root As String = "C:\ShiftOS\" 'Do NOT use this unless it is for files that must go DIRECTLY in C:\ShiftOS\
Public progdata As String = root & "SoftwareData\"