1
0
Fork 0
forked from len0rd/rockbox

deploy.py: Figure installer filename from NSIS script.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27764 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2010-08-09 17:44:03 +00:00
parent cda31811c3
commit 77b682571f
2 changed files with 9 additions and 3 deletions

View file

@ -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()