Convert screenshot to webp

This commit is contained in:
Aaron Suen 2024-07-27 13:42:35 -04:00
parent 7f3ef60b8a
commit 2d8adcfec0
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 256 KiB

BIN
.cdb-screenshot.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

View File

@ -30,7 +30,7 @@ return {
repo = "https://gitlab.com/sztest/nc_exmachina",
issue_tracker = "https://discord.gg/NNYeF6f",
long_description = readtext('README.md'),
screenshots = {readbinary('.cdb-screenshot.jpg')}
screenshots = {readbinary('.cdb-screenshot.webp')}
}
-- luacheck: pop