From ca16f8989c3eebd5d29d63002d863261484fcbc5 Mon Sep 17 00:00:00 2001 From: Gaetan Delannay Date: Mon, 22 Apr 2013 21:20:37 +0200 Subject: [PATCH] [bin] Bugfix in publish.py. --- bin/publish.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.'''