Fix wrong filenames polluting distribution

master
Aaron Suen 2022-04-01 18:25:12 -04:00
parent 7d60faf82e
commit 512464844c
3 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 77 KiB

View File

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 52 KiB

View File

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