mirror of
https://github.com/mon/ifstools.git
synced 2025-02-25 13:55:01 +01:00
Fix auto-repack (again)
This commit is contained in:
parent
8d154b3b8f
commit
2f6c286003
@ -53,7 +53,7 @@ class IFS:
|
|||||||
|
|
||||||
def _load_dir(self, path):
|
def _load_dir(self, path):
|
||||||
self.default_out = path
|
self.default_out = path
|
||||||
self.ifs_out = dirname(path).replace('_ifs', '.ifs')
|
self.ifs_out = path.replace('_ifs', '.ifs')
|
||||||
|
|
||||||
self.file_version = FILE_VERSION
|
self.file_version = FILE_VERSION
|
||||||
self.time = int(getmtime(path))
|
self.time = int(getmtime(path))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user