aboutsummaryrefslogtreecommitdiff
path: root/postbuild.sh
diff options
context:
space:
mode:
authorJakob Stendahl <jakob.stendahl@outlook.com>2021-02-09 12:40:18 +0100
committerJakob Stendahl <jakob.stendahl@outlook.com>2021-02-09 12:40:18 +0100
commitc0b90b2a8c9c3208f6a16277a0cfe02170cfb91f (patch)
tree53a2ccc8c56a811d56a54352dbf79f874a0963d4 /postbuild.sh
parent48908c9d83967731b929d912c165e7cb12aa53ae (diff)
downloadhoverbit-ble-c0b90b2a8c9c3208f6a16277a0cfe02170cfb91f.tar.gz
hoverbit-ble-c0b90b2a8c9c3208f6a16277a0cfe02170cfb91f.zip
:hammer: Add base path to cache
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