Skip to content

Commit

Permalink
Keep symlinks when zipping for distribution, should fix Framer Genera…
Browse files Browse the repository at this point in the history
…tor.
  • Loading branch information
eelco committed Jun 27, 2016
1 parent f254db6 commit 99980ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dist.sh
Expand Up @@ -18,4 +18,4 @@ cd build/Framer; wget "$GENERATOR_LATEST" -O "generator.tgz"; tar zxf "./generat


# Clean up and zip the result # Clean up and zip the result
find build/Framer -name ".DS_Store" -depth -exec rm {} \; find build/Framer -name ".DS_Store" -depth -exec rm {} \;
cd build; zip -r Framer.zip Framer cd build; zip -r -y Framer.zip Framer

0 comments on commit 99980ec

Please sign in to comment.