mirror of
https://gitee.com/samwaf/SamWaf.git
synced 2026-08-30 17:20:58 +08:00
7 lines
526 B
Batchfile
7 lines
526 B
Batchfile
@echo on
|
|
chcp 65001
|
|
set currentpath=%cd%
|
|
set currentversion=v1.3.1
|
|
set currentdescription=新版修正兼容问题
|
|
%currentpath%\setup\go_gen_updatefile\go_gen_updatefile.exe -desc %currentdescription% -o %currentpath%\release\web\samwaf_update -platform windows-amd64 %currentpath%\release\SamWaf64.exe %currentversion%
|
|
%currentpath%\setup\go_gen_updatefile\go_gen_updatefile.exe -desc %currentdescription% -o %currentpath%\release\web\samwaf_update -platform linux-amd64 %currentpath%\release\SamWafLinux64 %currentversion% |