Merge pull request #225390 from iopq/patch-1

xray: fix GUI compatibility
This commit is contained in:
Artturi
2023-04-09 13:36:24 +03:00
committed by GitHub
+1 -1
View File
@@ -51,7 +51,7 @@ buildGoModule rec {
postFixup = ''
wrapProgram $out/bin/xray \
--suffix XRAY_LOCATION_ASSET : $assetsDrv/share/v2ray
--suffix V2RAY_LOCATION_ASSET : $assetsDrv/share/v2ray
'';
passthru = {