xrizer: add version.txt

This commit is contained in:
ttofu
2026-08-19 04:04:18 +03:00
parent be2c4b1e64
commit f237f2bf84

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}";