art-helpers

simple helper scripts for managing images processed by ART
git clone https://git.clttr.info/art-helpers.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit e30983d9b5d7ce045e3c4f4d54bc30506e3bb8d7
parent 62a55669912b5739cb573b6f9e8ac545a331dae5
Author: René Wagner <rwagner@rw-net.de>
Date:   Mon, 25 May 2020 21:11:16 +0200

change archive name

Diffstat:
Mpackage.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.sh b/package.sh @@ -13,5 +13,5 @@ pp -z 9 -f Bleach -o bin/silkypix_multiversion_sidecar_cleaner silkypix_multiver pp -z 9 -f Bleach -o bin/silkypix_orphaned_sidecar_cleaner silkypix_orphaned_sidecar_cleaner.pl cd ./bin -tar -czf ../$TAG.tgz * +tar -czf ../${TAG}_linux_amd64.tgz * cd ..