fix a bug in bootstrapper deployment
This commit is contained in:
parent
f36e0a1261
commit
b7016ba0ca
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user