wails-pure-js-template/scripts/install-wails-cli.sh

15 lines
282 B
Bash
Raw Normal View History

2022-08-25 18:41:02 +00:00
#! /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!"