update 2022-07-19 20:21:11

This commit is contained in:
github-actions[bot] 2022-07-19 20:21:11 +08:00
parent 52c94957fb
commit 760032f354

View File

@ -9,6 +9,7 @@ INCLUDE_DIR:=./dummy
include $(TOPDIR)/feeds/luci/luci.mk
install:
[ -n "$(APP_STORE_VERSION)" ]
mkdir -p "$(DESTDIR)/www/luci-static"
cp -a "$(FRONTEND_DIST)/luci-static/istore" "$(DESTDIR)/www/luci-static/"
$(SED) 's#\.js"#.js?v=$(APP_STORE_VERSION)"#g' "$(DESTDIR)/www/luci-static/istore/index.js"