From 940a1388dcc6a7aaa191dfb485b29b0c8ce6f5c6 Mon Sep 17 00:00:00 2001 From: rezedus Date: Thu, 30 Apr 2015 14:54:35 +0200 Subject: [PATCH] Revert "Moved root location to the one set in the launcher" --- ShiftOS/Paths.vb | 5 ++--- 1 file 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\"