Browse Source

Don't add commit to info for the time being

ghorsington 4 years ago
parent
commit
afea18752a
1 changed files with 1 additions and 2 deletions
  1. 1 2
      build.cake

+ 1 - 2
build.cake

@@ -178,8 +178,7 @@ Task("Pack")
                         ["file"] = $"BepInEx_Patcher{commitPrefix}{buildVersion}.zip",
                         ["description"] = "Hardpatcher for BepInEx. IMPORTANT: USE ONLY IF DOORSTOP DOES NOT WORK FOR SOME REASON!"
                     }
-                },
-                ["commit"] = currentCommit
+                }
             }));
     }
 });