mirror of
https://gitee.com/samwaf/SamWaf.git
synced 2025-12-06 06:58:54 +08:00
7 lines
365 B
Batchfile
7 lines
365 B
Batchfile
@echo on
|
|
chcp 65001
|
|
set currentpath=%cd%
|
|
set currentversion=v1.3.7-beta.2
|
|
set currentdescription=本地测试
|
|
%currentpath%\setup\go_gen_updatefile\go_gen_updatefile.exe -desc %currentdescription% -o %currentpath%\release\web\win7\samwaf_update -platform windows-amd64 %currentpath%\release\githubci\%currentversion%\SamWaf64ForWin7Win8Win2008.exe %currentversion%
|