wails-player/scripts/build-macos.sh

10 lines
198 B
Bash
Raw Normal View History

2024-05-27 20:27:05 +00:00
#! /bin/bash
echo -e "Start running the script..."
cd ../
echo -e "Start building the app for macos platform..."
wails build --clean --platform darwin/universal
echo -e "End running the script!"