Unverified Commit 6490bbcc authored by iopq's avatar iopq Committed by GitHub
Browse files

xray: fix standalone executable geoip usage

I didn't test it right because my config didn't use the assets

Should fix both use cases
parent db81ed58
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -51,7 +51,8 @@ buildGoModule rec {

  postFixup = ''
    wrapProgram $out/bin/xray \
      --suffix V2RAY_LOCATION_ASSET : $assetsDrv/share/v2ray
      --suffix V2RAY_LOCATION_ASSET : $assetsDrv/share/v2ray \
      --suffix XRAY_LOCATION_ASSET : $assetsDrv/share/v2ray
  '';

  passthru = {