7 lines
111 B
Bash
Executable File
7 lines
111 B
Bash
Executable File
#! /bin/bash
|
|
|
|
set -e
|
|
|
|
# Build all platforms
|
|
./bundle/linux/create-release.sh
|
|
./bundle/windows/create-release.sh |