From 9755ef72e801453b587508acae1e1107eff50c5e Mon Sep 17 00:00:00 2001 From: Nato Boram Date: Thu, 4 Apr 2019 19:15:10 -0400 Subject: [PATCH] moved lastpubver --- lastpubver => public-gateway-cacher.ipfs | 0 publish-to-ipfs.bat | 2 +- publish-to-ipfs.sh | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename lastpubver => public-gateway-cacher.ipfs (100%) 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