This commit is contained in:
rustdesk
2026-01-19 15:31:31 +08:00
parent 89bf56f9bb
commit 829ba8ce3d
2 changed files with 4 additions and 5 deletions

17
v3/build.sh Executable file
View File

@@ -0,0 +1,17 @@
#!/usr/bin/env bash
rm -rf dist
npm run build
cd dist
ln -s pricing/index.html pricing.html
ln -s terms/index.html terms.html
ln -s success/index.html success.html
ln -s cancel/index.html cancel.html
ln -s privacy/index.html privacy.html
ln -s team/index.html team.html
ln -s careers/index.html careers.html
ln -s open-source/index.html open-source.html
ln -s ../v2/self-host
ln -s ../v2/web
cp -rf ../zh ./
tar czf x *
mv x ..