wails-template-vue/scripts/install-wails-cli.sh
Misitebao ae21e5dc15
feat: add frontend watcher and changelog (#20)
* docs: update logo

* docs: update graphic demo

* docs: update readme

* feat: add debounceMS field

* feat: add script file

* release v2.0.0-beta.5
2022-03-06 02:59:35 +08:00

15 lines
282 B
Bash

#! /bin/bash
echo -e "Start running the script..."
cd ../
echo -e "Current Go version: \c"
go version
echo -e "Install the Wails command line tool..."
go install github.com/wailsapp/wails/v2/cmd/wails@latest
echo -e "Successful installation!"
echo -e "End running the script!"