hubstaff: symlink HubstaffCLI binary (#348575)

This commit is contained in:
Artturin 2024-10-19 05:41:14 +03:00 committed by GitHub
commit f5b03b1a2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,6 +50,7 @@ stdenv.mkDerivation {
done
ln -s $opt/x86_64/HubstaffClient.bin.x86_64 $out/bin/HubstaffClient
ln -s $opt/x86_64/HubstaffCLI.bin.x86_64 $out/bin/HubstaffCLI
# Why is this needed? SEGV otherwise.
ln -s $opt/data/resources $opt/x86_64/resources