update:(20250116) v1.3.9 add some feature

This commit is contained in:
samwaf
2025-01-16 10:07:03 +08:00
parent 8d90ab66c1
commit 13848134d1
4 changed files with 5 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
@echo on
chcp 65001
set currentpath=%cd%
set currentversion=v1.3.8
set currentdescription=请在闲时升级,提升稳定性新增多项功能查看详情https://doc.samwaf.com/quickstart/Update.html
set currentversion=v1.3.9
set currentdescription=请在闲时升级,提升稳定性新增多项功能,升级前先查看详情https://doc.samwaf.com/quickstart/Update.html
%currentpath%\setup\go_gen_updatefile\go_gen_updatefile.exe -desc %currentdescription% -o %currentpath%\release\web\samwaf_update -platform windows-amd64 %currentpath%\release\githubci\%currentversion%\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\githubci\%currentversion%\SamWafLinux64 %currentversion%
%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%