files
DML_Generater/scripts/build-macos-intel.sh
LHK 7b2487986a 아따 대가리 깨지네
예시 만듬
2025-02-21 17:00:17 +09: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!"