You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
MangoHud/build-source.sh

9 lines
246 B
Bash

#!/bin/sh
VERSION=$(git describe --tags)
EXCLUDE_PATTERN="--exclude-vcs --exclude-vcs-ignores"
tar -cf MangoHud-$VERSION-Source.tar.gz $EXCLUDE_PATTERN .
tar -cf MangoHud-$VERSION-Source-DFSG.tar.gz $EXCLUDE_PATTERN --exclude=include/nvml.h .