blob: f53b0ebb80621d41fc21ab467bc5f54364826382 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/config.h.orig 2025-10-02 19:33:23 UTC
+++ src/config.h
@@ -44,7 +44,7 @@ inline constexpr std::array<ImageSize, 6> AllowedIconS
/**
* Fake package name AppStream Generator uses internally to inject additional metainfo on users' request
*/
-inline constexpr std::string EXTRA_METAINFO_FAKE_PKGNAME = "+extra-metainfo";
+inline const std::string EXTRA_METAINFO_FAKE_PKGNAME = "+extra-metainfo";
/**
* Describes a suite in a software repository.
|