Skip to content

Commit 79810cb

Browse files
author
Bud
committed
allow arm64
1 parent a3564fb commit 79810cb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/Submit-To-SignPath.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ jobs:
114114
(Get-Content "inno-setup\Setup.iss") |
115115
ForEach-Object { $_ -replace '1.0.0', '${{ env.RELEASE_TAG }}' } |
116116
Set-Content "inno-setup\Setup.iss"
117+
118+
if (Test-Path "inno-setup\input\Companion\VDDSysTray.exe") {Remove-Item "inno-setup\input\Companion\VDDSysTray.exe"}
119+
copy "inno-setup\input\Companion\arm64\VDDSysTray.exe" "inno-setup\input\Companion\"
117120
}
118121
119122
- name: Compile Installer

0 commit comments

Comments
 (0)