mirror of
https://github.com/videolan/vlc.git
synced 2024-11-29 04:45:36 +08:00
* install-win32: fixed the nsi script to not include the FAQ.
This commit is contained in:
parent
05339fb9b3
commit
7d5b13c664
@ -59,7 +59,6 @@ Section "Install"
|
||||
|
||||
File vlc.exe
|
||||
File *.txt
|
||||
File *.htm
|
||||
|
||||
File /r share
|
||||
File /r plugins
|
||||
@ -73,7 +72,6 @@ Section "Install"
|
||||
"$INSTDIR\vlc.exe" "--intf skins"
|
||||
CreateShortCut "$SMPROGRAMS\VideoLAN\vlc (custom).lnk" \
|
||||
"$INSTDIR\vlc.exe"
|
||||
CreateShortCut "$SMPROGRAMS\VideoLAN\FAQ.lnk" "$INSTDIR\FAQ.htm"
|
||||
|
||||
WriteRegStr HKLM \
|
||||
SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VideoLAN \
|
||||
|
Loading…
Reference in New Issue
Block a user