deb: added arch to deb file name

Dieser Commit ist enthalten in:
Reinder Feenstra 2021-01-30 00:40:49 +01:00
Ursprung d763942d70
Commit cb61a4268c

Datei anzeigen

@ -135,6 +135,7 @@ endif()
set(CPACK_GENERATOR "DEB")
set(CPACK_PACKAGE_VERSION "${PROJECT_VERSION}${DEBIAN_PACKAGE_VERSION_EXTRA}")
set(CPACK_DEBIAN_FILE_NAME DEB-DEFAULT)
set(CPACK_DEBIAN_PACKAGE_SECTION "misc")
set(CPACK_DEBIAN_PACKAGE_MAINTAINER "Reinder Feenstra")
set(CPACK_DEBIAN_PACKAGE_HOMEPAGE "https://traintastic.org")