Skip to content

Commit

Permalink
Merge pull request #464 from alexeyten/patch-1
Browse files Browse the repository at this point in the history
Fix #454
  • Loading branch information
philippnurullin authored Jun 30, 2021
2 parents c54c9e6 + 596d3c1 commit 97df96b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sources/build-statics.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
source env/bin/activate
[ -r env/bin/activate ] && . env/bin/activate
set -e

thisFont="JetBrainsMono" #must match the name in the font file
Expand Down
2 changes: 1 addition & 1 deletion sources/build-vf.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
source env/bin/activate
[ -r env/bin/activate ] && . env/bin/activate
set -e

thisFont="JetBrainsMono" #must match the name in the font file
Expand Down
3 changes: 1 addition & 2 deletions sources/build-webfonts.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/sh

source env/bin/activate
[ -r env/bin/activate ] && . env/bin/activate
set -e

#requires brotli
Expand Down

0 comments on commit 97df96b

Please sign in to comment.