aboutsummaryrefslogtreecommitdiffstats
path: root/Graphics
diff options
context:
space:
mode:
Diffstat (limited to 'Graphics')
-rw-r--r--Graphics/android-icon-copier/README.md3
-rw-r--r--Graphics/android-icon-copier/options.templ.json2
2 files changed, 4 insertions, 1 deletions
diff --git a/Graphics/android-icon-copier/README.md b/Graphics/android-icon-copier/README.md
index 3e12ae472..5e00ae376 100644
--- a/Graphics/android-icon-copier/README.md
+++ b/Graphics/android-icon-copier/README.md
@@ -73,6 +73,9 @@ Mapping vars:
Options file
============
+
+*In this project, if you need to fetch new icons, rename options.templ.json to options.json. And then run script get-material-icons.sh*
+
Named `options.json` in same dir. Sample:
```json
{
diff --git a/Graphics/android-icon-copier/options.templ.json b/Graphics/android-icon-copier/options.templ.json
index 319d90f42..c680d399f 100644
--- a/Graphics/android-icon-copier/options.templ.json
+++ b/Graphics/android-icon-copier/options.templ.json
@@ -1,5 +1,5 @@
{
- "basePath": "~/Documents",
+ "basePath": "../../",
"filenameMap": {
"classic": "ic_action_{name}{bgSuffix}.png",
"fa": "ic_action_fa_{name}{bgSuffix}.png",