diff options
-rw-r--r-- | chrome/app/theme/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/theme/README b/chrome/app/theme/README index 9e4dbf1..84a5299 100644 --- a/chrome/app/theme/README +++ b/chrome/app/theme/README @@ -1,5 +1,5 @@ -Please run src/build/sanitize-png-files.sh on all new icons. For example: - build/sanitize-png-files.sh -o2 new_pngs_dir +Please run src/tools/resources/optimize-png-files.sh on all new icons. For example: + tools/resources/optimize-png-files.sh -o2 new_pngs_dir If this script does not work for some reason, at least pngcrush the files: mkdir crushed |