This reverts commit
af696f4d56dfc459076fcb060cbe79a52b1440ee.
I had planned to ship an AppImage version without embedded Tor for Tails
users, but due to ongoing build system changes this won't be ready for
the next release.
return "win";
#endif
#ifdef Q_OS_LINUX
- bool isAppImage = !qEnvironmentVariableIsEmpty("APPIMAGE");
- if (TailsOS::detect() && isAppImage) {
- return "tails-appimage";
- }
- if (isAppImage) {
+ if (!qEnvironmentVariableIsEmpty("APPIMAGE")) {
return "linux-appimage";
}
return "linux";