Replace screenshot with upstream webp

This commit is contained in:
Aaron Suen 2024-07-27 13:43:38 -04:00
parent c572fe41ad
commit 9bb2f30fbc
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 276 KiB

BIN
.cdb-release.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 KiB

View File

@ -22,7 +22,7 @@ return {
dev_state = "ACTIVELY_DEVELOPED",
version = stamp .. "-$Format:%h$",
long_description = readtext("README.md"),
screenshots = {readbinary('.cdb-release.jpg')}
screenshots = {readbinary('.cdb-release.webp')}
}
-- luacheck: pop
-- luacheck: pop