1
0
mirror of https://github.com/gryf/fs-uae-wrapper.git synced 2025-12-20 12:58:01 +01:00

Introduced new configuration variable $WRAPPER

Calculation of file path may be performed in two different places -
first is the original location of the config file, second is on copied
one. Adding new option WRAPPER will take the same role as $CONFIG,
except it will be only parsed on copied configuration file.

An alternative would be to check existence in both places, but I'd like
to have it explicit.
This commit is contained in:
2017-01-08 19:36:30 +01:00
parent 388a8cc835
commit 00e3cf9801
4 changed files with 59 additions and 26 deletions

View File

@@ -7,7 +7,7 @@ from setuptools import setup
setup(name='fs-uae-wrapper',
packages=['fs_uae_wrapper'],
version='0.7.1',
version='0.8',
description='Automate archives and state for fs-uae',
author='Roman Dobosz',
author_email='gryf73@gmail.com',