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 3604add commit 9fc0db0Copy full SHA for 9fc0db0
2 files changed
scripts/Package-Windows.ps1
@@ -159,7 +159,6 @@ Write-BuilderDebug
159
160
$appExe = Join-Path $stageDir 'Switchify PC.exe'
161
if (-not $SkipSign) {
162
- Invoke-EmbedUiAccessManifest -ExecutablePath $appExe
163
Invoke-SignFile -FilePath $appExe -RequireSigning $true
164
}
165
src/SwitchifyPc.App/SwitchifyPc.App.csproj
@@ -18,6 +18,7 @@
18
<AssemblyName>Switchify PC</AssemblyName>
19
<RootNamespace>SwitchifyPc.App</RootNamespace>
20
<ApplicationIcon>..\..\build\icon.ico</ApplicationIcon>
21
+ <ApplicationManifest>..\..\build\win-uiaccess.manifest</ApplicationManifest>
22
<Version>0.2.0</Version>
23
<AssemblyVersion>0.2.0.0</AssemblyVersion>
24
<FileVersion>0.2.0.0</FileVersion>
0 commit comments