gtools/scripts/build-macos-intel.sh
2024-01-12 08:05:35 +08:00

10 lines
188 B
Bash

#! /bin/bash
echo -e "Start running the script..."
cd ../
echo -e "Start building the app for macos platform..."
wails build --clean --platform darwin
echo -e "End running the script!"