Skip to content
This repository was archived by the owner on Aug 13, 2024. It is now read-only.

Commit d67fafd

Browse files
author
BuildTools
committed
fixed an issue where if ran multiple times it would error out
1 parent 9555c17 commit d67fafd

File tree

3 files changed

+2
-14
lines changed

3 files changed

+2
-14
lines changed

EnableAnselForRoblox/Program.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ static void Main(string[] args)
3838
if (File.Exists(latestbloxstraproblox + "\\RobloxPlayerBeta.exe"))
3939
{
4040
string rpbtemp = latestbloxstraproblox + "\\RobloxPlayerBeta.exe";
41+
File.Delete(latestbloxstraproblox + "\\eurotrucks2.exe");
4142
File.Copy(rpbtemp, latestbloxstraproblox + "\\eurotrucks2.exe");
43+
File.Delete(latestbloxstraproblox + "\\RobloxPlayerBeta.bak");
4244
File.Copy(rpbtemp, latestbloxstraproblox + "\\RobloxPlayerBeta.bak");
4345
File.Delete(rpbtemp);
4446
System.Net.WebClient wc = new System.Net.WebClient();

EnableAnselForRoblox/Properties/Resources.Designer.cs

Lines changed: 0 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

EnableAnselForRoblox/Properties/Resources.resx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,4 @@
117117
<resheader name="writer">
118118
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119119
</resheader>
120-
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
121-
<data name="RobloxPlayerBeta" type="System.Resources.ResXFileRef, System.Windows.Forms">
122-
<value>..\Resources\RobloxPlayerBeta.exe;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
123-
</data>
124120
</root>

0 commit comments

Comments
 (0)