WineBarrels-Wine/Platform-v2.0/Wine/build.sh

6 lines
221 B
Bash
Raw Normal View History

2020-01-14 22:36:29 +00:00
#! /usr/bin/env bash
# Args: <build-args> [<repo>]
CONFIG_DIR="$(dirname "$0")" &&
"$CONFIG_DIR/versions.py" "$CONFIG_DIR/build_amd64.sh" " $1" "$2" &&
"$CONFIG_DIR/versions.py" -s "$CONFIG_DIR/build_amd64.sh" " $1" "$2"