Skip to content

Commit 85ca044

Browse files
committed
v2ray: disbale upx
1 parent 37757cf commit 85ca044

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package/lean/v2ray/Config.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ config V2RAY_EXCLUDE_ASSETS
2727

2828
config V2RAY_COMPRESS_UPX
2929
bool "Compress executable files with UPX"
30-
default y
30+
default n
3131

3232
choice
3333
prompt "Disable Features"

package/lean/v2ray/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
1010

1111
PKG_NAME:=v2ray
1212
PKG_VERSION:=4.22.1
13-
PKG_RELEASE:=5
13+
PKG_RELEASE:=6
1414
PKG_BUILD_DIR:=$(BUILD_DIR)/v2ray-core-$(PKG_VERSION)
1515

1616
PKG_SOURCE:=$(PKG_NAME)-core-$(PKG_VERSION).tar.gz

0 commit comments

Comments
 (0)