diff options
| author | rezedus <[email protected]> | 2015-04-30 14:54:35 +0200 |
|---|---|---|
| committer | rezedus <[email protected]> | 2015-04-30 14:54:35 +0200 |
| commit | 940a1388dcc6a7aaa191dfb485b29b0c8ce6f5c6 (patch) | |
| tree | f8f7b049be775faea0512cb51c97326d70673a70 /ShiftOS/Paths.vb | |
| parent | c3a4af14d04b52f0e310c4e3bba546195b968a7e (diff) | |
| download | shiftos-940a1388dcc6a7aaa191dfb485b29b0c8ce6f5c6.tar.gz shiftos-940a1388dcc6a7aaa191dfb485b29b0c8ce6f5c6.tar.bz2 shiftos-940a1388dcc6a7aaa191dfb485b29b0c8ce6f5c6.zip | |
Revert "Moved root location to the one set in the launcher"
Diffstat (limited to 'ShiftOS/Paths.vb')
| -rw-r--r-- | ShiftOS/Paths.vb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ShiftOS/Paths.vb b/ShiftOS/Paths.vb index 416a44a..e8a3e63 100644 --- a/ShiftOS/Paths.vb +++ b/ShiftOS/Paths.vb @@ -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\" |
