diff --git a/runtime/selenium/chrome80.exe b/runtime/selenium/chrome84.exe similarity index 52% rename from runtime/selenium/chrome80.exe rename to runtime/selenium/chrome84.exe index d419a51d886d29921ade05830abf28c39c263608..bd438ce3966432630cd7cd334ea78e4ca8465d11 100644 Binary files a/runtime/selenium/chrome80.exe and b/runtime/selenium/chrome84.exe differ diff --git a/xdoc/build.sh b/xdoc/build.sh old mode 100755 new mode 100644 index 2e4d03a26d93a6da04d80cafeeec3ede503dabf0..bc28e5bd902272f6d12916b3aaa014d0a0495d54 --- a/xdoc/build.sh +++ b/xdoc/build.sh @@ -16,19 +16,19 @@ CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build -o bin/ztf-mac src/ztf.go cd bin cp ztf-x86.exe ztf.exe -zip -r ztf-win-x86-2.2.zip ztf.exe conf demo runtime log -x runtime/selenium/chrome80 +zip -r ztf-win-x86-2.2.zip ztf.exe conf demo runtime log -x runtime/selenium/chrome84 rm ztf.exe cp ztf-amd64.exe ztf.exe -zip -r ztf-win-amd64-2.2.zip ztf.exe conf demo runtime -x runtime/selenium/chrome80 +zip -r ztf-win-amd64-2.2.zip ztf.exe conf demo runtime -x runtime/selenium/chrome84 rm ztf.exe cp ztf-linux ztf -tar --exclude=runtime/php --exclude=runtime/selenium/chrome80 --exclude=runtime/selenium/chrome80.exe -zcvf ztf-linux-2.2.tar.gz ztf conf demo runtime log +tar --exclude=runtime/php --exclude=runtime/selenium/chrome84 --exclude=runtime/selenium/chrome84.exe -zcvf ztf-linux-2.2.tar.gz ztf conf demo runtime log rm ztf cp ztf-mac ztf -zip -r ztf-mac-2.2.zip ztf conf demo runtime log -x "runtime/php*" -x "runtime/selenium/chrome80" -x "runtime/selenium/chrome80.exe" +zip -r ztf-mac-2.2.zip ztf conf demo runtime log -x "runtime/php*" -x "runtime/selenium/chrome84" -x "runtime/selenium/chrome84.exe" rm ztf cd .. \ No newline at end of file