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