This repository has been archived on 2021-04-27. You can view files and clone it, but cannot push or open issues or pull requests.
ludum-dare-48/bundle/create-releases.sh

7 lines
111 B
Bash
Executable File

#! /bin/bash
set -e
# Build all platforms
./bundle/linux/create-release.sh
./bundle/windows/create-release.sh