1
0
mirror of https://github.com/gryf/fs-uae-wrapper.git synced 2025-12-19 12:28:12 +01:00
Commit Graph

7 Commits

Author SHA1 Message Date
19acb789b6 Added wrapper_archiver option
To give user a possibility to choose what archiver he can use another
options was introduced for cd32 and archive wrapper modules. This option
will indicate what archiver should be used for compressing the save
state directories.
2017-01-02 20:08:50 +01:00
3906e4c80b Moved which function to another module 2017-01-02 19:27:49 +01:00
ee65e7ed7f Added support for zip archiver
Also fixed issue with extension get from regexp
2017-01-02 15:39:28 +01:00
230ec154b6 Fix for archives like .tar.bz2 2017-01-02 14:06:34 +01:00
251fab377b Non existed archive will not be fatal
Moved logic which check for archive file explicitly to extract method.
That way get_archiver will return archiver for not (yet) existed
archives.
2017-01-02 13:13:55 +01:00
026dbf6abd Added tests for file_archive module 2017-01-02 10:53:16 +01:00
c8fa2d7ad4 Added archive file handler 2017-01-02 10:01:10 +01:00