diff --git a/es-app/src/scrapers/ScreenScraper.h b/es-app/src/scrapers/ScreenScraper.h index c0556a236..365f616c8 100644 --- a/es-app/src/scrapers/ScreenScraper.h +++ b/es-app/src/scrapers/ScreenScraper.h @@ -55,6 +55,8 @@ public: const std::string platformIdentifier {" S"}; #elif defined(RETRODECK) const std::string platformIdentifier {" R"}; +#elif defined(APPIMAGE_BUILD) + const std::string platformIdentifier {" A"}; #elif defined(__linux__) && defined(RASPBERRY_PI) const std::string platformIdentifier {" P"}; #elif defined(__linux__)