We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b59188d commit 12d3dfaCopy full SHA for 12d3dfa
src/updater.cpp
@@ -484,7 +484,7 @@ namespace appimage::update {
484
485
std::ostringstream oss;
486
oss << "'" << gpgPath << "' "
487
- << "--no-default-keyring --keyring '" << tempKeyRingPath << "' --import";
+ << "--no-default-keyring --keyring '" << tempKeyRingPath << "' --import 2>/dev/null";
488
489
auto command = oss.str();
490
0 commit comments