diff options
author | hwspeedy <ns@bigbear.dk> | 2024-02-11 13:47:31 +0100 |
---|---|---|
committer | hwspeedy <ns@bigbear.dk> | 2024-02-11 13:47:31 +0100 |
commit | 4da3f944cf2047a8f74c745d3bb67869ec8d7b84 (patch) | |
tree | 4d5989a8803290f4205e0f34b263832b76f174aa /CMakeLists.txt | |
parent | 93215fd0c1bdd618efb92cfdf03b6dc481ceed97 (diff) |
FIX Packaging - keep hardinfo package name, fix links
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 31fc111c..410ee101 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -506,7 +506,8 @@ install(FILES pixmaps/hardinfo2.png ########################PACKAGE BUILDING FOR DISTROS########################### #Please update here for building packages - +#keep package name as hardinfo to allow for upgrading in distro +SET(CPACK_PACKAGE_NAME "hardinfo") SET(CPACK_PACKAGE_HOMEPAGE_URL "https://www.hardinfo2.org") if(${RPM}) SET(CPACK_GENERATOR "RPM") |