From 5f5aec3f26cdce19ed9fbcf9258bcfd4ada092a6 Mon Sep 17 00:00:00 2001 From: iambossTC Date: Tue, 1 Apr 2025 15:42:30 +0800 Subject: [PATCH] add script to skip appsettings.json --- HiNC-update.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/HiNC-update.bat b/HiNC-update.bat index 467daf1..a478950 100644 --- a/HiNC-update.bat +++ b/HiNC-update.bat @@ -4,5 +4,6 @@ set "remoteRepo=https://HiNC-Public-Client:HiNCProduct20241117@superhightech-git "%git%" clone "%remoteRepo%" HiNC cd HiNC "%git%" remote set-url origin "%remoteRepo%" +"%git%" update-index --skip-worktree appsettings.json "%git%" reset --hard && "%git%" pull cd .. \ No newline at end of file