Skip to content

Commit

Permalink
Add examples to desktop application
Browse files Browse the repository at this point in the history
  • Loading branch information
bradrn committed Sep 16, 2022
1 parent 6f78365 commit e1c4819
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,23 @@ Section "MainSection" SEC01
CreateDirectory "$SMPROGRAMS\Brassica"
CreateShortCut "$SMPROGRAMS\Brassica\Brassica.lnk" "$INSTDIR\brassica-gui.exe"
File "bin\D3Dcompiler_47.dll"
File "bin\libEGL.dll"
File "bin\libgcc_s_seh-1.dll"
File "bin\libGLESv2.dll"
File "bin\libstdc++-6.dll"
File "bin\libwinpthread-1.dll"
File "bin\opengl32sw.dll"
File "bin\Qt5Core.dll"
File "bin\Qt5Gui.dll"
File "bin\Qt5Svg.dll"
File "bin\Qt5Widgets.dll"
SetOutPath "$INSTDIR\examples"
File "bin\examples\english.bsc"
File "bin\examples\english.lex"
File "bin\examples\latin2port.bsc"
File "bin\examples\latin2port.lex"
File "bin\examples\tonogenesis.bsc"
File "bin\examples\tonogenesis.lex"
SetOutPath "$INSTDIR\iconengines"
File "bin\iconengines\qsvgicon.dll"
SetOutPath "$INSTDIR\imageformats"
Expand All @@ -67,20 +84,8 @@ Section "MainSection" SEC01
File "bin\imageformats\qtiff.dll"
File "bin\imageformats\qwbmp.dll"
File "bin\imageformats\qwebp.dll"
SetOutPath "$INSTDIR"
File "bin\libEGL.dll"
File "bin\libgcc_s_seh-1.dll"
File "bin\libGLESv2.dll"
File "bin\libstdc++-6.dll"
File "bin\libwinpthread-1.dll"
File "bin\opengl32sw.dll"
SetOutPath "$INSTDIR\platforms"
File "bin\platforms\qwindows.dll"
SetOutPath "$INSTDIR"
File "bin\Qt5Core.dll"
File "bin\Qt5Gui.dll"
File "bin\Qt5Svg.dll"
File "bin\Qt5Widgets.dll"
SetOutPath "$INSTDIR\styles"
File "bin\styles\qwindowsvistastyle.dll"
SetOutPath "$INSTDIR\translations"
Expand Down

0 comments on commit e1c4819

Please sign in to comment.