This commit is contained in:
Oliver Blanthorn 2021-04-30 12:22:22 +02:00
parent 3e94800c92
commit fa868afd7a
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -23,7 +23,7 @@ publish_beta() {
scripts/version.js beta
sed 's/"name": "Tridactyl"/"name": "Tridactyl: Beta"/' -i build/manifest.json
sign_and_submit
tar --exclude-from=<(.grep -v .build_cache/ .gitignore) --exclude-vcs -czf ../../public_html/betas/tridactyl_source_beta.tar.gz .
tar --exclude-from=<(grep -v .build_cache/ .gitignore) --exclude-vcs -czf ../../public_html/betas/tridactyl_source_beta.tar.gz .
}
build_no_sign_beta(){