NB! Please note that the Shell extension code was moved to DigiDoc4 Client repository.
We won't be accepting pull requests or responding to issues in this repository anymore. We are happy to accept your proposals in the DigiDoc4 Client repository: https://github.com/open-eid/DigiDoc4-Client.
- License: LGPL 2.1
- © Estonian Information System Authority
- Architecture of ID-software
Shell extensions for signing and encrypting with DigiDoc client.
Extracted from DigiDoc3 Client - includes shell extensions for Windows, Linux and Mac (QuickLook plugin). Windows shell extension is compiled as a separate project, shell extensions for other platforms are included as DigiDoc3 or DigiDoc4 submodules and included in client build.
- Install dependencies from
-
Fetch the source
git clone --recursive https://github.com/open-eid/digidocshellextension cd digidocshellextension
-
Configure
mkdir build cd build cmake -G"NMake Makefiles" ..
-
Build
nmake