Rev 11 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 11 | Rev 13 | ||
|---|---|---|---|
| Line 103... | Line 103... | ||
| 103 | 103 | ||
| 104 | Section "" | 104 | Section "" | 
| 105 | SetOutPath "$INSTDIR" | 105 | SetOutPath "$INSTDIR" | 
| 106 | 106 | ||
| 107 | ; deploy our files | 107 | ; deploy our files | 
| 108 | 	File /r "${INSTALLER_SRC}\sounds" | 108 | 	File /r /x "Rick Dangerous.app" "${INSTALLER_SRC}\sounds" | 
| 109 | 	File "${INSTALLER_SRC}\${PRODUCT_NAME}.exe" | 109 | 	File "${INSTALLER_SRC}\${PRODUCT_NAME}.exe" | 
| 110 | 	File "${INSTALLER_SRC}\SDL2.dll" | 110 | 	File "${INSTALLER_SRC}\SDL2.dll" | 
| 111 | 	File "${INSTALLER_SRC}\Rick Dangerous Paper Toy.pdf" | 111 | 	File "${INSTALLER_SRC}\Rick Dangerous Paper Toy.pdf" | 
| 112 | 112 | ||
| 113 | ; create Start menu shortcuts | 113 | ; create Start menu shortcuts |