Browse Source

Merge pull request #539 from Beginner-Go/re

Revert "v2ray-core: fix the path of browser forwarder"
coolsnowwolf 4 years ago
parent
commit
a2cdac1d7f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      v2ray-core/Makefile

+ 1 - 1
v2ray-core/Makefile

@@ -187,7 +187,7 @@ endef
 
 define Package/v2ray-extra/install
 	$(INSTALL_DIR) $(1)/usr/share/v2ray/
-	$(CP) $(PKG_BUILD_DIR)/release/extra/browserforwarder/* $(1)/usr/share/v2ray/
+	$(CP) $(PKG_BUILD_DIR)/release/extra/* $(1)/usr/share/v2ray/
 endef
 
 define Package/v2ray-geodata/install