diff --git a/RobloxLegacy/Installer.cs b/RobloxLegacy/Installer.cs index ef66a21..d10dbae 100644 --- a/RobloxLegacy/Installer.cs +++ b/RobloxLegacy/Installer.cs @@ -35,6 +35,7 @@ public class Installer var installPath = Path.Combine(InstallPath, "RobloxLegacy.exe"); if(bootstrapperPath == installPath) // already installed return; + Directory.CreateDirectory(InstallPath); File.Copy(bootstrapperPath, installPath, true); SetShortcuts(installPath); }