
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4005 212acab6-be3b-0410-9dea-997c60f758d6
13 lines
208 B
Python
13 lines
208 B
Python
uis = Split("""
|
|
default.exe
|
|
modern.exe
|
|
modern_headerbmp.exe
|
|
modern_headerbmpr.exe
|
|
modern_nodesc.exe
|
|
modern_smalldesc.exe
|
|
sdbarker_tiny.exe
|
|
""")
|
|
|
|
Import('defenv')
|
|
|
|
defenv.DistributeContribs('UIs', uis)
|