Remove the unused MONO_TAG variable from the MacOS buildpackage script

This commit is contained in:
abcdefg30
2022-11-20 21:27:57 +01:00
committed by Matthias Mailänder
parent 69949f9d53
commit 7aa50d412c

View File

@@ -16,8 +16,6 @@
set -o errexit -o pipefail || exit $?
MONO_TAG="osx-launcher-20201222"
if [ $# -ne "2" ]; then
echo "Usage: $(basename "$0") tag outputdir"
exit 1