mirror of
https://github.com/gryf/fs-uae-wrapper.git
synced 2026-01-07 22:34:17 +01:00
Fixed tests for wrapper modules
Exchanged os.rename with shutil.move since there was a problem with moving files between different filesystems.
This commit is contained in:
@@ -139,6 +139,7 @@ Let's see some sample config for a game, which is saved as
|
||||
[config]
|
||||
wrapper = cd32
|
||||
wrapper_archive = ChaosEngine.7z
|
||||
wrapper_archiver = 7z
|
||||
wrapper_gui_msg = 1
|
||||
|
||||
amiga_model = CD32
|
||||
@@ -197,6 +198,7 @@ Example configuration:
|
||||
[config]
|
||||
wrapper = archive
|
||||
wrapper_archive = Workbench_3.1.tar.bz2
|
||||
wrapper_archiver = lha
|
||||
wrapper_gui_msg = 1
|
||||
wrapper_persist_data = 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user