Skip to content

Commit

Permalink
2.200 includes no Variable variant.
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpjs committed Nov 8, 2020
1 parent d4e8bf0 commit 4d60eee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ mkdir -p /src/dist
cd /build/out

# Organize
mkdir -p No-Ligatures Variable
mv "${DST_NAME}NL"* No-Ligatures
mv "${DST_NAME}-Variable"* Variable
mkdir -p No-Ligatures #Variable
mv "${DST_NAME}NL"* No-Ligatures
#mv "${DST_NAME}-Variable"* Variable

# Package
echo "Packing $DST_ZIP"
Expand Down

0 comments on commit 4d60eee

Please sign in to comment.