Quellcode durchsuchen

Don't add commit to info for the time being

ghorsington vor 4 Jahren
Ursprung
Commit
afea18752a
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
  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
+                }
             }));
     }
 });