Changeset 916
- Timestamp:
- 11/10/07 14:11:14 (1 year ago)
- Location:
- trunk/installer
- Files:
-
- 4 removed
- 1 modified
-
jahplayer.nsi (modified) (1 diff)
-
jahplayer_bundle.nsi (deleted)
-
run_jahplayer.cmd (deleted)
-
run_jplayer.cmd (deleted)
-
vm-installer-header.bmp (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/installer/jahplayer.nsi
r915 r916 177 177 File "..\Release\*.dll" 178 178 File "..\Release\*.pyd" 179 180 SetOutPath $INSTDIR\JahPlayer181 179 File "..\jahplayer\*.ui" 182 180 File "..\jahplayer\*.py" 183 181 File "..\jahplayer\*.jpg" 184 182 File "..\jahplayer\*.png" 185 File "..\Release\jahplayer.exe" 186 File "..\Release\*.dll" 187 File "..\Release\*.pyd" 188 File "C:\Python25\python.exe" 189 File /r "C:\Python25\Lib\*" 190 File /r "C:\Program Files\OpenLibraries\bin" 183 File "C:\Qt\3.3.8\lib\qt-mt338.dll" 184 File /r "C:\Program Files\OpenLibraries\bin\*" 185 186 SetOutPath $INSTDIR\JahPlayer\Lib 187 File /r "C:\Python25\jahplayer-pyc" 191 188 192 189 ; SetOutPath $INSTDIR\JahTools
