mirror of
https://github.com/coalaura/ffwebp.git
synced 2025-07-18 06:14:34 +00:00
6 lines
93 B
Batchfile
6 lines
93 B
Batchfile
![]() |
@echo off
|
||
|
|
||
|
echo Rebuilding...
|
||
|
go build -tags full -o ffwebp.exe .\cmd\ffwebp
|
||
|
|
||
|
.\ffwebp.exe %*
|