~comcloudway/little_town

a0f7f5cd08106401a4840085f57fadd9fe0a9ad0 — Jakob Meier 1 year, 8 months ago 028b34a
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