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

6 lines
221 B
Bash

#! /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"