Add windows batch file
This commit is contained in:
parent
54ac278e31
commit
a72fa53712
1 changed files with 6 additions and 0 deletions
6
compile.bat
Normal file
6
compile.bat
Normal file
|
@ -0,0 +1,6 @@
|
|||
@echo off
|
||||
|
||||
call flutter pub get
|
||||
call flutter build windows
|
||||
|
||||
iscc wininst.iss
|
Loading…
Add table
Add a link
Reference in a new issue