mirror of
https://github.com/packwiz/packwiz.git
synced 2025-11-19 01:24:32 +01:00
Fix lookup of old .toml files
This commit is contained in:
@@ -3,3 +3,5 @@ package core
|
||||
// MetaExtension is the file extension of the mod metadata files
|
||||
// Note that this is currently not required; it will only be used for new files.
|
||||
const MetaExtension = ".pw.toml"
|
||||
|
||||
const MetaExtensionOld = ".toml"
|
||||
|
||||
Reference in New Issue
Block a user