Copy emoji from components to images directory for asar creation

FREEBIE
pull/749/head
Scott Nonnenberg 8 years ago
parent 106626ae11
commit 082919abd1
No known key found for this signature in database
GPG Key ID: A4931C09644C654B

@ -14,6 +14,9 @@ install:
build_script:
- yarn run icon-gen
- del /f images\emoji\apple
- mkdir images\emoji\apple
- xcopy components\emojidata\img-apple-64 images\emoji\apple
- node_modules\.bin\grunt
- node_modules\.bin\build --em.environment=%SIGNAL_ENV% --publish=never

Loading…
Cancel
Save