Skip to content

Commit

Permalink
Add KethaneToolbar.dll to InstallCleanup's delete list
Browse files Browse the repository at this point in the history
  • Loading branch information
Majiir committed Sep 7, 2014
1 parent 5ea5a69 commit 2c2e276
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Plugin/Kethane/Utilities/InstallCleanup.cs
Expand Up @@ -9,6 +9,7 @@ internal class InstallCleanup: MonoBehaviour
public void Start()
{
File.Delete(KSPUtil.ApplicationRootPath + "GameData" + Path.DirectorySeparatorChar + "Kethane" + Path.DirectorySeparatorChar + "Plugins" + Path.DirectorySeparatorChar + "MMI_Kethane.dll");
File.Delete(KSPUtil.ApplicationRootPath + "GameData" + Path.DirectorySeparatorChar + "Kethane" + Path.DirectorySeparatorChar + "Plugins" + Path.DirectorySeparatorChar + "KethaneToolbar.dll");
}
}
}

0 comments on commit 2c2e276

Please sign in to comment.