Procházet zdrojové kódy

Don't add commit to info for the time being

ghorsington před 4 roky
rodič
revize
afea18752a
1 změnil soubory, kde provedl 1 přidání a 2 odebrání
  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
+                }
             }));
     }
 });