mirror of
https://github.com/misitebao/wails-template-vue
synced 2025-02-24 05:42:16 +08:00
* docs: update logo * docs: update graphic demo * docs: update readme * feat: add debounceMS field * feat: add script file * release v2.0.0-beta.5
10 lines
151 B
Bash
10 lines
151 B
Bash
#! /bin/bash
|
|
|
|
echo -e "Start running the script..."
|
|
cd ../
|
|
|
|
echo -e "Start building the app..."
|
|
wails build --clean
|
|
|
|
echo -e "End running the script!"
|