Skip to content

Commit

Permalink
Enabled portable build for Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
end2endzone committed May 1, 2020
1 parent 6d253a3 commit 2897884
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ set(CPACK_PACKAGE_VERSION_PATCH "${BIN2CPP_VERSION_PATCH}")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "bin2cpp: The easiest way to embed small files into a c++ executable. bin2cpp converts text or binary files to C++ files (*.h, *.cpp) for easy access within the code.")
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/LICENSE")
set(CPACK_RESOURCE_FILE_README "${CMAKE_SOURCE_DIR}/README.md")
set(CPACK_GENERATOR "ZIP;NSIS")

# we don't want to split our program up into several things
set(CPACK_MONOLITHIC_INSTALL 1)
Expand Down
6 changes: 2 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,5 @@ test_script:
#---------------------------------#

artifacts:
- path: .\build\bin\Release\bin2cpptest.x86.release.xml
name: bin2cpptest..x86.release.xml
- path: .\build\bin2cpp-*-win32.exe
name: bin2cpp-win32.exe
- path: .\build\bin\Release\bin2cpptest.*.release.xml
- path: .\build\bin2cpp-*-win*.*

0 comments on commit 2897884

Please sign in to comment.