xrizer: add version.txt

(cherry picked from commit f237f2bf84)
This commit is contained in:
ttofu
2026-08-19 04:04:18 +03:00
committed by github-actions[bot]
parent 41ead07c0d
commit 3325a13710

View File

@@ -54,6 +54,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
postInstall = ''
mkdir -p $out/lib/xrizer/$platformPath
mv "$out/lib/libxrizer.so" "$out/lib/xrizer/$platformPath/vrclient.so"
touch $out/lib/xrizer/bin/version.txt
'';
platformPath = platformPaths."${stdenv.hostPlatform.system}";