1
0
mirror of https://github.com/coalaura/ffwebp.git synced 2025-07-18 06:14:34 +00:00

various improvements

This commit is contained in:
Laura
2025-01-22 16:58:09 +01:00
parent 6e66d65ff3
commit 8c09ef1178
12 changed files with 329 additions and 364 deletions

View File

@ -1,10 +1,6 @@
@echo off
if not exist bin (
mkdir bin
)
echo Building...
go build -o bin/ffwebp.exe
go build -o %USERPROFILE%/.bin/ffwebp.exe
echo Done
echo Done