build settings

This commit is contained in:
2018-01-13 19:35:24 +01:00
parent 9552dcad1a
commit 4b72bfb0f9
2 changed files with 58 additions and 4 deletions

View File

@ -39,10 +39,10 @@ buildSettings = {
# if you want to publish your own fork of the project, and host it on your own web site
# create a localbuildsettings.py file containing something similar to this
# note: Firefox+Greasemonkey require the distUrlBase to be "https" - they won't check for updates on regular "http" URLs
#'example': {
# 'resourceBaseUrl': 'http://www.example.com/iitc/dist',
# 'distUrlBase': 'https://secure.example.com/iitc/dist',
#},
'example': {
'resourceBaseUrl': 'http://www.example.com/iitc/dist',
'distUrlBase': 'https://secure.example.com/iitc/dist',
},
}