File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3636 </Capabilities >
3737
3838 <Applications >
39- <Application Id =" PowerToys.OCR" Executable =" PowerToys.PowerOCR.exe" uap10 : TrustLevel = " mediumIL " uap10 : RuntimeBehavior = " win32App " >
39+ <Application Id =" PowerToys.OCR" Executable =" PowerToys.PowerOCR.exe" EntryPoint = " Windows.FullTrustApplication " >
4040 <uap : VisualElements
4141 DisplayName =" PowerToys.OCR"
4242 Description =" PowerToys OCR Module"
4545 Square44x44Logo =" Images\Square44x44Logo.png" >
4646 </uap : VisualElements >
4747 </Application >
48- <Application Id =" PowerToys.SettingsUI" Executable =" PowerToys.Settings.exe" uap10 : TrustLevel = " mediumIL " uap10 : RuntimeBehavior = " win32App " >
48+ <Application Id =" PowerToys.SettingsUI" Executable =" WinUI3Apps\ PowerToys.Settings.exe" EntryPoint = " Windows.FullTrustApplication " >
4949 <uap : VisualElements
5050 DisplayName =" PowerToys.SettingsUI"
5151 Description =" PowerToys Settings UI"
5454 Square44x44Logo =" Images\Square44x44Logo.png" >
5555 </uap : VisualElements >
5656 </Application >
57- <Application Id =" PowerToys.ImageResizerUI" Executable =" WinUI3Apps\PowerToys.ImageResizer.exe" uap10 : TrustLevel = " mediumIL " uap10 : RuntimeBehavior = " win32App " >
57+ <Application Id =" PowerToys.ImageResizerUI" Executable =" WinUI3Apps\PowerToys.ImageResizer.exe" EntryPoint = " Windows.FullTrustApplication " >
5858 <uap : VisualElements
5959 DisplayName =" PowerToys.ImageResizer"
6060 Description =" PowerToys Image Resizer UI"
Original file line number Diff line number Diff line change 1717 <CIBuildParam Condition =" '$(CIBuild)' != 'true'" ></CIBuildParam >
1818 </PropertyGroup >
1919
20- <Exec Command =" powershell -NonInteractive -ExecutionPolicy Bypass -File " $(MSBuildThisFileDirectory)BuildSparsePackage.ps1" -Platform $(Platform) -Configuration $(Configuration) $(NoSignParam) $(CIBuildParam)"
20+ <Exec Command =" pwsh -NonInteractive -ExecutionPolicy Bypass -File " $(MSBuildThisFileDirectory)BuildSparsePackage.ps1" -Platform $(Platform) -Configuration $(Configuration) $(NoSignParam) $(CIBuildParam)"
2121 ContinueOnError =" false"
2222 WorkingDirectory =" $(MSBuildThisFileDirectory)" />
2323 </Target >
You can’t perform that action at this time.
0 commit comments