Fix Darwin build error

This commit is contained in:
Yuri
2025-10-24 19:04:04 +02:00
parent a38cdcdf94
commit 0fda0e38cf
+1 -1
View File
@@ -96,7 +96,7 @@ buildNpmPackage {
''
+ lib.optionalString stdenv.hostPlatform.isDarwin ''
mkdir -p $out/{Applications,bin}
cp -r release/build/**/Feishin.app $out/Applications/
cp -r dist/**/Feishin.app $out/Applications/
makeWrapper $out/Applications/Feishin.app/Contents/MacOS/Feishin $out/bin/feishin
''
+ lib.optionalString stdenv.hostPlatform.isLinux ''