mirror of
https://gitee.com/samwaf/SamWaf.git
synced 2025-12-06 14:59:18 +08:00
7 lines
349 B
Batchfile
7 lines
349 B
Batchfile
@echo on
|
|
chcp 65001
|
|
set testpath=C:\huawei\goproject\SamWafUpdate\
|
|
set currentpath=%cd%
|
|
set currentversion=v1.1.2024
|
|
set currentdescription=测试升级
|
|
%currentpath%\setup\go_gen_updatefile\go_gen_updatefile.exe -desc %currentdescription% -o %currentpath%\release\web\test_update -platform windows-amd64 %testpath%\SamWafUpdate.exe %currentversion% |