Skip to content

Commit

Permalink
cpack: add example config files to the package.
Browse files Browse the repository at this point in the history
  • Loading branch information
SwimmingTiger committed Jan 12, 2019
1 parent 868a969 commit 5a91f17
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,18 @@ if (PACKAGE)
DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/fomod
DESTINATION .
)
install(
FILES
${CMAKE_CURRENT_SOURCE_DIR}/DragonbornSpeaksNaturally.SAMPLE.ini
${CMAKE_CURRENT_SOURCE_DIR}/item-name-map.SAMPLE.json
DESTINATION SkyrimVR/Data/Plugins/Sumwunn
)
install(
FILES
${CMAKE_CURRENT_SOURCE_DIR}/DragonbornSpeaksNaturally.SAMPLE.ini
${CMAKE_CURRENT_SOURCE_DIR}/item-name-map.SAMPLE.json
DESTINATION SkyrimSE/Data/Plugins/Sumwunn
)

set(CPACK_GENERATOR ZIP)
set(CPACK_INCLUDE_TOPLEVEL_DIRECTORY OFF)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ If you met assembly missing, please restore and reinstall NuGet packages manuall
2. A prompt box will appear:
> Some NuGet packages are missing from this solution. Click to restore from your online package sources.
Click the `restore` button.
Click the `restore` button. If you can't find it, just skip this step. The restore may be finished automatically.

3. Run this command in your NuGet Package Manager Console:
```powershell
Expand Down

0 comments on commit 5a91f17

Please sign in to comment.