From 082919abd126d4276976fd8b37e8552d4e91f802 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Thu, 10 Aug 2017 18:21:30 -0700 Subject: [PATCH] Copy emoji from components to images directory for asar creation FREEBIE --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index bab8295c5..1381d6c48 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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