[Scummvm-git-logs] scummvm-web master -> 3ea3ff519abebd19a063a15e453b39485b7feea2

Mataniko mataniko at gmail.com
Wed Dec 2 22:45:04 UTC 2020


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .

Summary:
3ea3ff519a BUILD: Fix icon generation


Commit: 3ea3ff519abebd19a063a15e453b39485b7feea2
    https://github.com/scummvm/scummvm-web/commit/3ea3ff519abebd19a063a15e453b39485b7feea2
Author: Mataniko (mataniko at gmail.com)
Date: 2020-12-02T17:44:55-05:00

Commit Message:
BUILD: Fix icon generation

Changed paths:
    composer.json


diff --git a/composer.json b/composer.json
index 40f68776..1354cc20 100644
--- a/composer.json
+++ b/composer.json
@@ -72,6 +72,7 @@
     "icons": [
       "glue public_html/images/icons/games/ --img=public_html/images/ --scss=scss/sprites/ --retina",
       "glue public_html/images/icons/platforms/ --img=public_html/images/ --scss=scss/sprites/ --retina",
+      "sed -i'' -e 's#../../public_html#../../#g' ./scss/sprites/*",
       "mv scss/sprites/games.scss scss/sprites/_games.scss",
       "mv scss/sprites/platforms.scss scss/sprites/_platforms.scss"
     ]




More information about the Scummvm-git-logs mailing list