mirror of
https://github.com/misitebao/wails-template-vue
synced 2025-02-24 13:52:16 +08:00
10 lines
198 B
Bash
10 lines
198 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/universal
|
||
|
|
||
|
echo -e "End running the script!"
|