diff --git a/package/lean/luci-app-ssr-plus/Makefile b/package/lean/luci-app-ssr-plus/Makefile index 3dd11b9438..d7ed6b92e5 100644 --- a/package/lean/luci-app-ssr-plus/Makefile +++ b/package/lean/luci-app-ssr-plus/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-ssr-plus PKG_VERSION:=1 -PKG_RELEASE:=64 +PKG_RELEASE:=65 PO2LMO:=$(STAGING_DIR_HOSTPKG)/bin/po2lmo @@ -63,6 +63,8 @@ define Package/luci-app-ssr-plus/install cp -pR ./root/* $(1)/ $(INSTALL_DIR) $(1)/usr/lib/lua/luci/i18n $(PO2LMO) ./po/zh-cn/ssr-plus.po $(1)/usr/lib/lua/luci/i18n/ssr-plus.zh-cn.lmo + + find $(1) -name *.lua -exec luac -s -o {} {} \; endef define Package/luci-app-ssr-plus/postinst diff --git a/package/lean/luci-app-ssr-plus/luasrc/controller/shadowsocksr.lua b/package/lean/luci-app-ssr-plus/luasrc/controller/shadowsocksr.lua index 3b04d18530..ef3b53e676 100644 Binary files a/package/lean/luci-app-ssr-plus/luasrc/controller/shadowsocksr.lua and b/package/lean/luci-app-ssr-plus/luasrc/controller/shadowsocksr.lua differ