summaryrefslogtreecommitdiff
path: root/utils/common/deploy-rbutil.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils/common/deploy-rbutil.py')
-rwxr-xr-xutils/common/deploy-rbutil.py50
1 files changed, 25 insertions, 25 deletions
diff --git a/utils/common/deploy-rbutil.py b/utils/common/deploy-rbutil.py
index 5085f18efb..2cdbdb52b5 100755
--- a/utils/common/deploy-rbutil.py
+++ b/utils/common/deploy-rbutil.py
@@ -22,30 +22,30 @@ deploy.program = "RockboxUtility"
22deploy.project = "rbutil/rbutilqt/rbutilqt.pro" 22deploy.project = "rbutil/rbutilqt/rbutilqt.pro"
23deploy.svnserver = "svn://svn.rockbox.org/rockbox/" 23deploy.svnserver = "svn://svn.rockbox.org/rockbox/"
24deploy.svnpaths = \ 24deploy.svnpaths = \
25 [ "rbutil/", 25 ["rbutil/",
26 "tools/ucl", 26 "tools/ucl",
27 "tools/rbspeex", 27 "tools/rbspeex",
28 "utils/imxtools", 28 "utils/imxtools",
29 "utils/nwztools", 29 "utils/nwztools",
30 "lib/rbcodec/codecs/libspeex", 30 "lib/rbcodec/codecs/libspeex",
31 "docs/COPYING", 31 "docs/COPYING",
32 "docs/gpl-2.0.html", 32 "docs/gpl-2.0.html",
33 "docs/logo/rockbox-clef.svg", 33 "docs/logo/rockbox-clef.svg",
34 "docs/CREDITS", 34 "docs/CREDITS",
35 "tools/iriver.c", 35 "tools/iriver.c",
36 "tools/Makefile", 36 "tools/Makefile",
37 "tools/mkboot.h", 37 "tools/mkboot.h",
38 "tools/voicefont.c", 38 "tools/voicefont.c",
39 "tools/VOICE_PAUSE.wav", 39 "tools/VOICE_PAUSE.wav",
40 "tools/voice-corrections.txt", 40 "tools/voice-corrections.txt",
41 "tools/wavtrim.h", 41 "tools/wavtrim.h",
42 "tools/iriver.h", 42 "tools/iriver.h",
43 "tools/mkboot.c", 43 "tools/mkboot.c",
44 "tools/telechips.c", 44 "tools/telechips.c",
45 "tools/telechips.h", 45 "tools/telechips.h",
46 "tools/voicefont.h", 46 "tools/voicefont.h",
47 "tools/wavtrim.c", 47 "tools/wavtrim.c",
48 "tools/sapi_voice.vbs" ] 48 "tools/sapi_voice.vbs"]
49deploy.useupx = False 49deploy.useupx = False
50deploy.bundlecopy = { 50deploy.bundlecopy = {
51 "icons/rbutilqt.icns" : "Contents/Resources/", 51 "icons/rbutilqt.icns" : "Contents/Resources/",
@@ -77,7 +77,7 @@ deploy.make = {
77# all files of the program. Will get put into an archive after building 77# all files of the program. Will get put into an archive after building
78# (zip on w32, tar.bz2 on Linux). Does not apply on Mac which uses dmg. 78# (zip on w32, tar.bz2 on Linux). Does not apply on Mac which uses dmg.
79# progexe will get added automatically. 79# progexe will get added automatically.
80deploy.programfiles = [ ] 80deploy.programfiles = list()
81deploy.nsisscript = "" 81deploy.nsisscript = ""
82 82
83deploy.deploy() 83deploy.deploy()