We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37757cf commit 85ca044Copy full SHA for 85ca044
package/lean/v2ray/Config.in
@@ -27,7 +27,7 @@ config V2RAY_EXCLUDE_ASSETS
27
28
config V2RAY_COMPRESS_UPX
29
bool "Compress executable files with UPX"
30
- default y
+ default n
31
32
choice
33
prompt "Disable Features"
package/lean/v2ray/Makefile
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
10
11
PKG_NAME:=v2ray
12
PKG_VERSION:=4.22.1
13
-PKG_RELEASE:=5
+PKG_RELEASE:=6
14
PKG_BUILD_DIR:=$(BUILD_DIR)/v2ray-core-$(PKG_VERSION)
15
16
PKG_SOURCE:=$(PKG_NAME)-core-$(PKG_VERSION).tar.gz
0 commit comments