You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "Step 1: Replacing paths and adding timestamp..."
42
-
sed -e "s#https://update.greasyfork.org/scripts/6158/[0-9]\+/GM_config%20CN.js#http://hoothin.github.io/UserScripts/Picviewer%20CE%2B/GM_config%20CN.js?v=$TIMESTAMP#" \
echo "Step 4: Combining header and minified body..."
58
-
cat "$HEADER_FILE" > "$DIST_FILE"
59
-
echo "" >> "$DIST_FILE"
60
-
cat "$MINIFIED_BODY_FILE" >> "$DIST_FILE"
61
-
echo "Final dist file created at $DIST_FILE."
23
+
sed -e "s#https://update.greasyfork.org/scripts/6158/23710/GM_config%20CN.js#http://hoothin.github.io/UserScripts/Picviewer%20CE%2B/GM_config%20CN.js?v=$TIMESTAMP#" \
0 commit comments