mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Use the correct file copy operation for the icon
This commit is contained in:
parent
0c003feac6
commit
57cf3e24f8
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ Section "!Jellyfin Server (required)" InstallJellyfinServer
|
|||
|
||||
SetOutPath "$INSTDIR"
|
||||
|
||||
CopyFiles /SILENT /FILESONLY "${UXPATH}\branding\NSIS\modern-install.ico" "$%InstallLocation%\icon.ico"
|
||||
File "/oname=icon.ico" "${UXPATH}\branding\NSIS\modern-install.ico"
|
||||
File /r $%InstallLocation%\*
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue