fix(package): ensure both bin symlinks point directly to the zen binary (#155)
Related to https://github.com/0xc000022070/zen-browser-flake/issues/63.
This commit is contained in:
@@ -106,7 +106,7 @@
|
||||
|
||||
mkdir -p "$out/bin"
|
||||
ln -s "$prefix/lib/${libName}/zen" "$out/bin/${binaryName}"
|
||||
ln -s "$out/bin/${binaryName}" "$out/bin/zen"
|
||||
ln -s "$prefix/lib/${libName}/zen" "$out/bin/zen"
|
||||
|
||||
mkdir -p "$out/lib/${libName}/distribution"
|
||||
ln -s ${policiesJson} "$out/lib/${libName}/distribution/policies.json"
|
||||
|
||||
Reference in New Issue
Block a user