mirror of
https://github.com/coalaura/ffwebp.git
synced 2025-07-17 22:04:35 +00:00
7 lines
81 B
Batchfile
7 lines
81 B
Batchfile
@echo off
|
|
|
|
echo Building...
|
|
go build -o %USERPROFILE%/.bin/ffwebp.exe
|
|
|
|
echo Done
|