···2222deploy.project = "utils/themeeditor/themeeditor.pro"
2323deploy.svnserver = "svn://svn.rockbox.org/rockbox/"
2424deploy.svnpaths = \
2525- [ "utils/themeeditor/",
2626- "lib/skin_parser/",
2727- "docs/COPYING" ]
2525+ ["utils/themeeditor/",
2626+ "lib/skin_parser/",
2727+ "docs/COPYING"]
2828deploy.useupx = False
2929deploy.bundlecopy = {
3030 "resources/windowicon.icns" : "Contents/Resources/",
3131- "Info.plist" : "Contents/"
3131+ "Info.plist" : "Contents/"
3232}
3333deploy.progexe = {
3434 "win32" : "release/rbthemeeditor.exe",
···5252# all files of the program. Will get put into an archive after building
5353# (zip on w32, tar.bz2 on Linux). Does not apply on Mac which uses dmg.
5454# progexe will get added automatically.
5555-deploy.programfiles = [ ]
5555+deploy.programfiles = list()
5656deploy.nsisscript = "utils/themeeditor/themeeditor.nsi"
57575858deploy.deploy()