Skip to content

Commit

Permalink
v2.221
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpjs committed Dec 28, 2020
1 parent c031eed commit ceebe63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Set-StrictMode -Version Latest

# Run remainder of build in an ephemeral Docker container
& docker run -t --rm `
-e VERSION=2.210 `
-e VERSION=2.221 `
-v ${PSScriptRoot}:/src `
python:alpine `
/src/build.sh
Expand Down
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}"*"[wght]"* Variable

# Package
echo "Packing $DST_ZIP"
Expand Down

0 comments on commit ceebe63

Please sign in to comment.