Skip to content

libalis/frogo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FroGo

Fyne + RobotGo

License

frogo.go: Copyright (c) 2022 Robert Kagan

fyne.png: Copyright (c) 2018 Fyne.io developers

Base

Windows

Requirements

Compilation

git clone https://github.com/libalis/frogo
cd frogo
go mod init frogo
go mod tidy
go install github.com/tc-hib/go-winres@latest
go-winres simply --icon fyne.png --manifest gui
go build -ldflags -H=windowsgui -o FRoGo.exe .