Add icon.png to list of files in package.py

This commit is contained in:
Isaac Shoebottom 2024-01-19 21:13:16 -04:00
parent 5a0fa8e50e
commit fa5a95526b

View File

@ -6,6 +6,7 @@ def main():
files = [
"manifest.json",
"README.md",
"icon.png",
"BepInEx/"
]