diff --git a/CMakeLists.txt b/CMakeLists.txt index 21f2b0a..32a3dbf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/appveyor.yml b/appveyor.yml index 72775b5..4f3e312 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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*.*