Skip to content

Commit

Permalink
add camera plugin to installer
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikp committed Nov 29, 2013
1 parent db0cb10 commit 895b8ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/Plugin_SDK_PluginDescription.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@
!insertmacro MUI_DESCRIPTION_TEXT ${SEC_PLUGIN_JOYSTICK} "Adds Joystick / Controllers as Flownode Input node"
!insertmacro MUI_DESCRIPTION_TEXT ${SEC_PLUGIN_CRASH} "Crashes the process and serves as sample plugin"
!insertmacro MUI_DESCRIPTION_TEXT ${SEC_PLUGIN_VARIOUS} "Various stuff from tutorials"
!insertmacro MUI_DESCRIPTION_TEXT ${SEC_PLUGIN_CAMERA} "Basic player camera plugin"

5 changes: 5 additions & 0 deletions tools/Plugin_SDK_PluginList.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ Section /o "VariousStuff" SEC_PLUGIN_VARIOUS
!insertmacro DownloadAndExecuteLatestPluginInstaller "https://raw.github.com/hendrikp/Plugin_VariousStuff/master/latestredist.info" ExecWait "/S /D="
SectionEnd

Section /o "Camera" SEC_PLUGIN_CAMERA
AddSize 500
!insertmacro DownloadAndExecuteLatestPluginInstaller "https://raw.github.com/hendrikp/Plugin_Camera/master/latestredist.info" ExecWait "/S /D="
SectionEnd

Section /o "Crash" SEC_PLUGIN_CRASH
AddSize 200
!insertmacro DownloadAndExecuteLatestPluginInstaller "https://raw.github.com/hendrikp/Plugin_Crash/master/latestredist.info" ExecWait "/S /D="
Expand Down

0 comments on commit 895b8ab

Please sign in to comment.