Jelajahi Sumber

Don't add commit to info for the time being

ghorsington 4 tahun lalu
induk
melakukan
afea18752a
1 mengubah file dengan 1 tambahan dan 2 penghapusan
  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
+                }
             }));
     }
 });