Convert screenshot to webp

This commit is contained in:
Aaron Suen 2024-07-27 13:38:52 -04:00
parent fae1e67015
commit 8e698dec8a
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 160 KiB

BIN
.cdb-screenshot.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

View File

@ -23,7 +23,7 @@ return {
type = "mod",
dev_state = "ACTIVELY_DEVELOPED",
long_description = readtext('README.md'),
screenshots = {readbinary('.cdb-screenshot.jpg')}
screenshots = {readbinary('.cdb-screenshot.webp')}
}
-- luacheck: pop