Open amtlib-dot-dll opened 6 years ago
As reported in https://github.com/flathub/com.visualstudio.code.oss/issues/12#issuecomment-414543299, the echo "test" | gpg --clearsign test command will fail with messages like Provided object is too short. The only difference should be the base runtime as the recipe of the application is nearly all the same and the base application https://github.com/flathub/io.atom.electron.BaseApp does not contain any dependencies of GnuPG. I am wondering what makes the trouble. Thank you very much
echo "test" | gpg --clearsign
Provided object is too short
As reported in https://github.com/flathub/com.visualstudio.code.oss/issues/12#issuecomment-414543299, the
echo "test" | gpg --clearsign
test command will fail with messages likeProvided object is too short
. The only difference should be the base runtime as the recipe of the application is nearly all the same and the base application https://github.com/flathub/io.atom.electron.BaseApp does not contain any dependencies of GnuPG. I am wondering what makes the trouble. Thank you very much