Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
Fix naming of RPM packages
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Nov 11, 2018
1 parent 8921d27 commit bfa46ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmake/cpack_rpms.cmake
Expand Up @@ -11,6 +11,9 @@ if(DEFINED ENV{ARCH})
endif()
endif()

# override default package naming
set(CPACK_RPM_FILE_NAME RPM-DEFAULT)

# versioning
set(CPACK_PACKAGE_VERSION ${APPIMAGED_VERSION})

Expand Down

0 comments on commit bfa46ee

Please sign in to comment.