1
0
mirror of https://github.com/coalaura/ffwebp.git synced 2025-07-17 22:04:35 +00:00
Files
ffwebp/build.cmd
2025-01-22 16:58:09 +01:00

7 lines
81 B
Batchfile

@echo off
echo Building...
go build -o %USERPROFILE%/.bin/ffwebp.exe
echo Done