We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3564fb commit 79810cbCopy full SHA for 79810cb
1 file changed
.github/workflows/Submit-To-SignPath.yml
@@ -114,6 +114,9 @@ jobs:
114
(Get-Content "inno-setup\Setup.iss") |
115
ForEach-Object { $_ -replace '1.0.0', '${{ env.RELEASE_TAG }}' } |
116
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\"
120
}
121
122
- name: Compile Installer
0 commit comments