HiNC-Manager-Win/HiNC-update.bat
2024-11-18 18:35:59 +08:00

7 lines
290 B
Batchfile

set "git=%~dp0PortableGit/bin/git.exe"
set "remoteRepo=https://HiNC-Public-Client:HiNCProduct20241117@superhightech-gitea.webredirect.org/HiNC-Deploy/HiNC-Win-Product.git"
%git% clone %remoteRepo% HiNC
cd HiNC
%git% remote set-url origin %remoteRepo%
%git% reset --hard && %git% pull
cd ..