aboutsummaryrefslogtreecommitdiff
path: root/postbuild.sh
diff options
context:
space:
mode:
Diffstat (limited to 'postbuild.sh')
-rwxr-xr-xpostbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/postbuild.sh b/postbuild.sh
index 02c99c3..9f917bc 100755
--- a/postbuild.sh
+++ b/postbuild.sh
@@ -18,7 +18,7 @@ sed -i".bak" "s/{{ VERSION }}/$VERSION/g" index.html
sed -i".bak" "s/{{ VERSION }}/$VERSION/g" service-worker.js
tput setaf 4; echo "> Add cache-files to webmanifest..."; tput sgr0
-cache_files="";
+cache_files="'$PUBLISH_URL'";
for file in *; do
if [[ "$file" =~ (manifest.webmanifest|.git|.bak) ]]; then
continue