mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-16 17:27:38 +00:00
Revert "Add platform tag for Tails AppImage"
This reverts commit af696f4d56
.
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.
This commit is contained in:
parent
3c7f1800c2
commit
e7ef6d0ed3
1 changed files with 1 additions and 5 deletions
|
@ -1513,11 +1513,7 @@ QString MainWindow::getPlatformTag() {
|
|||
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";
|
||||
|
|
Loading…
Reference in a new issue