7 lines
102 B
Batchfile
7 lines
102 B
Batchfile
@echo off
|
|
|
|
set input=%1%
|
|
|
|
echo build version:%input%
|
|
|
|
fyne package --name RobotGUI-%input% -os windows |