mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-17 12:37:26 +00:00
Added Dependencies folder to Nsis installer
This commit is contained in:
parent
a46f895cda
commit
f17541156e
|
@ -162,6 +162,7 @@ Section "Core library" SEC01
|
||||||
SetOutPath $INSTDIR
|
SetOutPath $INSTDIR
|
||||||
File /r /x *.vshost.exe /x *.vshost.exe.manifest /x *.log ..\..\Binaries
|
File /r /x *.vshost.exe /x *.vshost.exe.manifest /x *.log ..\..\Binaries
|
||||||
File /r /x .svn /x obj /x Source /x Source\*.* ..\..\Documentation
|
File /r /x .svn /x obj /x Source /x Source\*.* ..\..\Documentation
|
||||||
|
File /r ..\..\Dependencies
|
||||||
SetOutPath $INSTDIR\Source\Examples
|
SetOutPath $INSTDIR\Source\Examples
|
||||||
File /r /x .svn /x obj /x *.snk /x *.user /x *.pidb /x html /x latex /x OpenTK*.xml ..\..\Source\Examples
|
File /r /x .svn /x obj /x *.snk /x *.user /x *.pidb /x html /x latex /x OpenTK*.xml ..\..\Source\Examples
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
@ -172,7 +173,7 @@ Section "Source code" SEC02
|
||||||
File /r /x .svn ..\..\*.csproj
|
File /r /x .svn ..\..\*.csproj
|
||||||
File ..\..\*.sln
|
File ..\..\*.sln
|
||||||
File ..\..\OpenTK.snk
|
File ..\..\OpenTK.snk
|
||||||
File /r /x .svn /x obj /x opentk /x opentk-actual.* /x *.exe /x *.msi /x *.deb /x *.rpm /x *.zip ..\..\Installers
|
File /r /x .svn /x obj /x lib /x bin /x opentk /x opentk-actual.* /x *.exe /x *.msi /x *.deb /x *.rpm /x *.zip /x *.nupkg ..\..\Installers
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section -AdditionalIcons
|
Section -AdditionalIcons
|
||||||
|
|
Loading…
Reference in a new issue