Skip to content

Commit

Permalink
v2ray-plugin: compress by toolchain upx
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsnowwolf committed Feb 15, 2020
1 parent 92c1dc3 commit 2c44bad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package/lean/v2ray-plugin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=v2ray-plugin
PKG_VERSION:=1.3.0
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_BUILD_DIR:=$(BUILD_DIR)/v2ray-plugin-$(PKG_VERSION)

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
Expand Down Expand Up @@ -48,6 +48,7 @@ endef

define Build/Compile
$(call GoPackage/Build/Compile)
$(STAGING_DIR_HOST)/bin/upx --lzma --best $(GO_PKG_BUILD_BIN_DIR)/v2ray-plugin
endef

define Package/v2ray-plugin/install
Expand Down

0 comments on commit 2c44bad

Please sign in to comment.