Skip to content

Commit 5a70a8f

Browse files
committed
UPD: build.sh
1 parent 4ce307a commit 5a70a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ install -m 644 wdx/translitwdx/translitwdx.lua release/wdx/translitwdx/
4848
install -m 644 wdx/translitwdx/readme.txt release/wdx/translitwdx/
4949

5050
pushd release
51-
tar -czpf ../plugins-$ARCH.tar.gz *
51+
tar -czpf ../plugins-$(date +%y.%m.%d)-$ARCH.tar.gz *
5252
popd

0 commit comments

Comments
 (0)