This commit is contained in:
wh_zcy 2022-12-08 19:42:27 +08:00
parent d45850ffe5
commit 029d7c4f51
5 changed files with 21 additions and 0 deletions

8
FyneApp.toml Normal file
View File

@ -0,0 +1,8 @@
Website = "http://legu.cc"
[Details]
Icon = "app.png"
Name = "AIRobotGUI"
ID = "cc.legu.app"
Version = "1.0.0"
Build = 1

7
build.bat Normal file
View File

@ -0,0 +1,7 @@
@echo off
set input=%1%
echo build version:%input%
fyne package --name RobotGUI-%input% -os windows

BIN
icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

1
lib/base.go Normal file
View File

@ -0,0 +1 @@
package lib

5
main.go Normal file
View File

@ -0,0 +1,5 @@
package main
func main() {
}