mirror of
https://github.com/Lurkki14/tuxclocker.git
synced 2024-11-22 00:07:22 -06:00
use xz compression for release tarball
This commit is contained in:
parent
821d2d9032
commit
893dcf4496
@ -27,5 +27,5 @@ sudo kill \$(pidof .tuxclockerd-wrapped)
|
||||
chmod +x run.sh
|
||||
# Only copy libraries from Nix store (.so's)
|
||||
neededLibs=$(find $(nix-store -qR $(nix-build release.nix)) | grep ".*.so")
|
||||
tar cavf tuxclocker.tar ${neededLibs[@]} ./.tuxclocker-qt-wrapped ./.tuxclockerd-wrapped ./run.sh ./dev/dbusconf.conf
|
||||
tar cavf tuxclocker.tar.xz ${neededLibs[@]} ./.tuxclocker-qt-wrapped ./.tuxclockerd-wrapped ./run.sh ./dev/dbusconf.conf
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user