소스 검색

Don't add commit to info for the time being

ghorsington 5 년 전
부모
커밋
afea18752a
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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
+                }
             }));
     }
 });