We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4206ccd commit 9f7623fCopy full SHA for 9f7623f
2 files changed
Properties/AssemblyInfo.cs
@@ -34,5 +34,5 @@
34
// You can specify all the values or you can default the Build and Revision Numbers
35
// by using the '*' as shown below:
36
// [assembly: AssemblyVersion("1.0.*")]
37
-[assembly: AssemblyVersion("18.05.7.*")]
+[assembly: AssemblyVersion("18.06.0.*")]
38
[assembly: AssemblyFileVersion("1.0.0.0")]
src/GameModder.cs
@@ -51,7 +51,6 @@ public void Install() {
51
installerPath = Path.Combine(Info.CurrentGamePath, Path.GetFileName(installerTmpPath));
52
File.Copy(installerTmpPath, installerPath, true);
53
} catch {
54
- installerPath = null;
55
}
56
// Sneaky step: Set up URI handler.
57
if (!string.IsNullOrEmpty(Info.ModURIProtocol) &&
0 commit comments