diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2024-08-22 21:36:03 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2024-08-22 22:15:26 +0200 |
commit | ff9b4f024cc7fc5747dcd0b3892da0fed7fa9072 (patch) | |
tree | 009d3b0b76c7b35a7d3f932e175b88471233ffa0 /Makefile | |
parent | d24fc0472883cfdc3842fbacba9d084a7198ba43 (diff) | |
download | hesla-ff9b4f024cc7fc5747dcd0b3892da0fed7fa9072.tar.gz |
fix: use manifest.json with correct values instead of site.webmanifest
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ FILES=hesla.js hesla.js.map config.js config.js.map \ activePage.js activePage.js.map favicon-*.png a*.png lamb-of-God.svg sworker.js \ - index_de.html index.html screen.css site.webmanifest favicon.ico \ + index_de.html index.html screen.css manifest.json favicon.ico \ google9815148f4ac1407f.html config.ts hesla.ts activePage.ts %.js: %.ts |