add
This commit is contained in:
parent
d45850ffe5
commit
029d7c4f51
8
FyneApp.toml
Normal file
8
FyneApp.toml
Normal 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
7
build.bat
Normal file
@ -0,0 +1,7 @@
|
||||
@echo off
|
||||
|
||||
set input=%1%
|
||||
|
||||
echo build version:%input%
|
||||
|
||||
fyne package --name RobotGUI-%input% -os windows
|
1
lib/base.go
Normal file
1
lib/base.go
Normal file
@ -0,0 +1 @@
|
||||
package lib
|
Loading…
Reference in New Issue
Block a user