mirror of
https://github.com/Ximi1970/systray-x.git
synced 2025-11-01 19:05:48 +01:00
6 lines
83 B
Bash
6 lines
83 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
VERSION=`git describe --long | sed "s/-.*//"`
|
||
|
|
|
||
|
|
./ghr ${VERSION} bin/
|