From 927c5735317e0ffa24c56c40ca10097b5a327b5f Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Mon, 3 Dec 2018 22:30:56 +0800 Subject: [PATCH] luci ssr plus: don't encrypt all lua --- package/lean/luci-app-ssr-plus/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package/lean/luci-app-ssr-plus/Makefile b/package/lean/luci-app-ssr-plus/Makefile index d7ed6b92e..1b4aae0db 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:=65 +PKG_RELEASE:=66 PO2LMO:=$(STAGING_DIR_HOSTPKG)/bin/po2lmo @@ -63,8 +63,6 @@ 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