We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e13293 commit d9614b4Copy full SHA for d9614b4
deploy.sh
@@ -22,8 +22,8 @@ fi
22
23
read -p "==> Specify the latest SRI version: " VERSION
24
25
-LATEST_FILE="./dist/v$VERSION/v$VERSION.js"
26
-SRI_FILE="./dist/v$VERSION/custom/v$VERSION.js"
+LATEST_FILE="./dist/v$VERSION/app.js"
+SRI_FILE="./dist/v$VERSION/custom/app.js"
27
28
if [ ! -f "$LATEST_FILE" ] || [ ! -f "$SRI_FILE" ]; then
29
echo "==> Files with version v$VERSION do not exist."
0 commit comments