diff --git a/lastpubver b/public-gateway-cacher.ipfs similarity index 100% rename from lastpubver rename to public-gateway-cacher.ipfs diff --git a/publish-to-ipfs.bat b/publish-to-ipfs.bat index fd86801..ed6f76c 100644 --- a/publish-to-ipfs.bat +++ b/publish-to-ipfs.bat @@ -1,2 +1,2 @@ @echo off -ipfs add --recursive --quieter --wrap-with-directory --chunker=rabin index.html css images javascript json > lastpubver +ipfs add --recursive --quieter --wrap-with-directory --chunker=rabin index.html css images javascript json > public-gateway-cacher.ipfs diff --git a/publish-to-ipfs.sh b/publish-to-ipfs.sh index 13d26cb..44814eb 100755 --- a/publish-to-ipfs.sh +++ b/publish-to-ipfs.sh @@ -1,2 +1,2 @@ #!/bin/sh -ipfs add --recursive --quieter --wrap-with-directory --chunker=rabin index.html css images javascript json > lastpubver +ipfs add --recursive --quieter --wrap-with-directory --chunker=rabin index.html css images javascript json > public-gateway-cacher.ipfs