diff --git a/bin/publish.py b/bin/publish.py index 6e1a76f..a7763ac 100644 --- a/bin/publish.py +++ b/bin/publish.py @@ -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.'''