Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
vipshmily authored Feb 29, 2024
1 parent 453db9d commit 9a5c416
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trunk/user/xray/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
XRAY_VERSION := 1.8.8
XRAY_VERSION := 1.8.4
XRAY_URL := https://codeload.github.com/XTLS/Xray-core/tar.gz/v$(XRAY_VERSION)
XRAY_DIR = xray-core/Xray-core-$(XRAY_VERSION)/main

Expand Down Expand Up @@ -29,4 +29,4 @@ clean:
rm -rf $(THISDIR)/bin

romfs:
$(ROMFSINST) -p +x $(THISDIR)/bin/xray /usr/bin/xray
$(ROMFSINST) -p +x $(THISDIR)/bin/xray /usr/bin/xray

0 comments on commit 9a5c416

Please sign in to comment.