From 77b682571f80b0aec9a16182600678a1b553a4bb Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Mon, 9 Aug 2010 17:44:03 +0000 Subject: deploy.py: Figure installer filename from NSIS script. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27764 a1c6a512-1295-4272-9138-f99709370657 --- utils/common/deploy-themeeditor.py | 1 - 1 file changed, 1 deletion(-) (limited to 'utils/common/deploy-themeeditor.py') diff --git a/utils/common/deploy-themeeditor.py b/utils/common/deploy-themeeditor.py index 566c04d..c769d92 100755 --- a/utils/common/deploy-themeeditor.py +++ b/utils/common/deploy-themeeditor.py @@ -48,7 +48,6 @@ else: # (zip on w32, tar.bz2 on Linux). Does not apply on Mac which uses dmg. deploy.programfiles = [ deploy.progexe ] deploy.nsisscript = "utils/themeeditor/themeeditor.nsi" -deploy.nsissetup = "utils/themeeditor/rbthemeeditor-setup.exe" deploy.deploy() -- cgit v1.1