[bin] Bugfix in publish.py.
This commit is contained in:
parent
4e5e5143cb
commit
ca16f8989c
|
@ -442,7 +442,7 @@ class Publisher:
|
|||
f.write(toc)
|
||||
f.close()
|
||||
|
||||
privateScripts = ('publish.py', 'zip.py', 'startoo.sh')
|
||||
privateScripts = ('publish.py', 'zip.py', 'startoo')
|
||||
def prepareGenFolder(self, minimalist=False):
|
||||
'''Creates the basic structure of the temp folder where the appy
|
||||
website will be generated.'''
|
||||
|
|
Loading…
Reference in a new issue