Fixed paths, that were off after moving icon
2 files changed, 5 insertions(+), 2 deletions(-) M README.md M fetch-assets.sh
M README.md => README.md +1 -1
@@ 1,4 1,4 @@ -![img](./logo.png) +![img](./assets/icon.png) # Little Town
M fetch-assets.sh => fetch-assets.sh +4 -1
@@ 1,7 1,10 @@ #!/bin/bash # delete old assets -rm -rf assets/ +rm -rf assets/base +rm -rf assets/exp +rm -rf assets/fonts +rm -rf assets/ui # enable failsafe set -e