summaryrefslogtreecommitdiff
path: root/utils/common/deploy-themeeditor.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils/common/deploy-themeeditor.py')
-rwxr-xr-xutils/common/deploy-themeeditor.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/common/deploy-themeeditor.py b/utils/common/deploy-themeeditor.py
index 566c04d68d..c769d924fa 100755
--- a/utils/common/deploy-themeeditor.py
+++ b/utils/common/deploy-themeeditor.py
@@ -48,7 +48,6 @@ else:
48# (zip on w32, tar.bz2 on Linux). Does not apply on Mac which uses dmg. 48# (zip on w32, tar.bz2 on Linux). Does not apply on Mac which uses dmg.
49deploy.programfiles = [ deploy.progexe ] 49deploy.programfiles = [ deploy.progexe ]
50deploy.nsisscript = "utils/themeeditor/themeeditor.nsi" 50deploy.nsisscript = "utils/themeeditor/themeeditor.nsi"
51deploy.nsissetup = "utils/themeeditor/rbthemeeditor-setup.exe"
52 51
53deploy.deploy() 52deploy.deploy()
54 53