mirror of
https://github.com/flightlessmango/MangoHud.git
synced 2024-10-31 15:20:13 +00:00
dc39dc7650
Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
9 lines
274 B
Bash
Executable File
9 lines
274 B
Bash
Executable File
#!/bin/sh
|
|
|
|
VERSION=$(git describe --long --tags --always | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//')
|
|
|
|
EXCLUDE_PATTERN="--exclude-vcs --exclude-vcs-ignores"
|
|
|
|
tar -cf v$VERSION.tar.gz $EXCLUDE_PATTERN .
|
|
tar -cf v$VERSION-DFSG.tar.gz $EXCLUDE_PATTERN --exclude=include/nvml.h .
|