EasyRPG: Add LZH archive format as a supported file extension

This commit is contained in:
Ghabry 2025-03-26 21:11:26 +01:00
parent 33501f1456
commit f07463b2d1
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Software Information
display_name = "RPG Maker 2000/2003 (EasyRPG)"
authors = "EasyRPG team"
supported_extensions = "ldb|zip|easyrpg"
supported_extensions = "ldb|zip|lzh|easyrpg"
corename = "EasyRPG Player"
categories = "Game engine"
license = "GPLv3"