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");
|
var installPath = Path.Combine(InstallPath, "RobloxLegacy.exe");
|
||||||
if(bootstrapperPath == installPath) // already installed
|
if(bootstrapperPath == installPath) // already installed
|
||||||
return;
|
return;
|
||||||
|
Directory.CreateDirectory(InstallPath);
|
||||||
File.Copy(bootstrapperPath, installPath, true);
|
File.Copy(bootstrapperPath, installPath, true);
|
||||||
SetShortcuts(installPath);
|
SetShortcuts(installPath);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user