mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 09:01:39 -05:00
Fix typo
This commit is contained in:
parent
3e94800c92
commit
fa868afd7a
1 changed files with 1 additions and 1 deletions
|
@ -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(){
|
||||
|
|
Loading…
Add table
Reference in a new issue