Copy emoji from components to images directory for asar creation

FREEBIE
This commit is contained in:
Scott Nonnenberg 2017-08-10 18:21:30 -07:00
parent 106626ae11
commit 082919abd1
No known key found for this signature in database
GPG key ID: A4931C09644C654B

View file

@ -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