We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae1a1df commit 7e664a9Copy full SHA for 7e664a9
1 file changed
Installer/Install.cs
@@ -23,7 +23,7 @@ public static class Install
23
static bool done;
24
public static string appdataDir = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.CommonApplicationData), "EZCode");
25
public static string tempDirectory = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.Windows), "Temp", "EZCode");
26
- public static string filepath = "C:\\Program Files\\EZCode\\";
+ public static string filepath = "C:\\Program Files (x86)\\EZCode\\";
27
public static string githubRepoUrl = "https://github.com/JBrosDevelopment/EZCode";
28
static string _MainText;
29
static int percentage;
0 commit comments