forked from openlp/openlp
Moved location of settings ini file to ..\Data
This commit is contained in:
parent
a7fc64f0c3
commit
aa5805863a
@ -264,7 +264,7 @@ def main(args=None):
|
||||
# Get location OpenLPPortable.ini
|
||||
app_path = AppLocation.get_directory(AppLocation.AppDir)
|
||||
portable_settings_file = os.path.abspath(os.path.join(app_path, u'..',
|
||||
u'..', u'Data', u'settings', u'OpenLP.ini'))
|
||||
u'..', u'Data', u'OpenLP.ini'))
|
||||
# Make this our settings file
|
||||
log.info(u'INI file: %s' % portable_settings_file)
|
||||
Settings.setFilename(portable_settings_file)
|
||||
|
Loading…
Reference in New Issue
Block a user