diff options
| author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2010-08-09 17:44:03 +0000 |
|---|---|---|
| committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2010-08-09 17:44:03 +0000 |
| commit | 77b682571f80b0aec9a16182600678a1b553a4bb (patch) | |
| tree | 04f61abc534c7456f49a35fd4135701dfea3f2a0 /utils/common/deploy-themeeditor.py | |
| parent | cda31811c3798b18e66b744bf2c2a838e3ff9a44 (diff) | |
| download | rockbox-77b682571f80b0aec9a16182600678a1b553a4bb.zip rockbox-77b682571f80b0aec9a16182600678a1b553a4bb.tar.gz rockbox-77b682571f80b0aec9a16182600678a1b553a4bb.tar.bz2 rockbox-77b682571f80b0aec9a16182600678a1b553a4bb.tar.xz | |
deploy.py: Figure installer filename from NSIS script.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27764 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/common/deploy-themeeditor.py')
| -rwxr-xr-x | utils/common/deploy-themeeditor.py | 1 |
1 files changed, 0 insertions, 1 deletions
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() |