Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,25 @@ jobs:
- name: Checkout
uses: actions/checkout@v6
- name: Download Updater package
uses: dawidd6/action-download-artifact@v11
uses: dawidd6/action-download-artifact@v21
with:
workflow: build.yml
branch: arm64
branch: master
name_is_regexp: true
name: msi_143_[x64|arm64]
merge_multiple: true
repo: open-eid/updater
- name: Download DigiDoc4 package
uses: dawidd6/action-download-artifact@v11
uses: dawidd6/action-download-artifact@v21
with:
workflow: build.yml
branch: arm64
branch: master
name_is_regexp: true
name: msi_143_[x64|arm64]
merge_multiple: true
repo: open-eid/DigiDoc4-Client
- name: Download Web-eID packages
uses: dawidd6/action-download-artifact@v11
uses: dawidd6/action-download-artifact@v21
with:
workflow: cmake-windows.yml
branch: coverity_scan
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
unzip --% Open-EID.zip -x 'Digidoc*' 'web-eid*' 'ID-Updater*'
pwsh build.ps1
- name: Archive artifacts
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: windows
path: Open-EID-*.exe
4 changes: 4 additions & 0 deletions bootstrapper.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
Key="SOFTWARE\Google\Chrome\Extensions\ncibgoaomkmdpilpocfeponihegamlic" Value="update_url" After="OpenEID_Installed" />
<util:RegistrySearch Variable="EdgeSupport" Condition="Installed &gt; v0.0.0.0" Result="exists" Root="HKLM"
Key="SOFTWARE\Microsoft\Edge\Extensions\gnmckgbandlkacikdndelhfghdejfido" Value="update_url" After="OpenEID_Installed" />
<util:RegistrySearch Variable="ForceChromeExtensionActivation2" Condition="Installed &gt; v0.0.0.0" Result="exists" Root="HKLM"
Key="SOFTWARE\Policies\Google\Chrome\ExtensionInstallForcelist" Value="56790" Bitness="always32" After="OpenEID_Installed" />
<util:RegistrySearch Variable="ForceEdgeExtensionActivation2" Condition="Installed &gt; v0.0.0.0" Result="exists" Root="HKLM"
Key="SOFTWARE\Policies\Microsoft\Edge\ExtensionInstallForcelist" Value="56790" Bitness="always32" After="OpenEID_Installed" />
<util:RegistrySearch Variable="FirefoxSupport" Condition="Installed &gt; v0.0.0.0" Result="exists" Root="HKLM"
Key="SOFTWARE\Mozilla\NativeMessagingHosts\eu.webeid" Bitness="always64" After="OpenEID_Installed" />
<util:RegistrySearch Root="HKLM" Key="$(var.REGPath)" Value="MinidriverInstall" Variable="MinidriverInstallExists" Result="exists" Id="MinidriverInstallExists" />
Expand Down
Loading