File tree 3 files changed +4
-0
lines changed
tools/RestartDialog/aarch64
3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1417
1417
<Content Include =" Helpers\extps1\PE_Helper\tools\DIM\i386\DT-DIM.exe" >
1418
1418
<CopyToOutputDirectory >Always</CopyToOutputDirectory >
1419
1419
</Content >
1420
+ <Content Include =" Helpers\extps1\PE_Helper\tools\RestartDialog\aarch64\DTPE-RestartDialog.exe" >
1421
+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
1422
+ </Content >
1420
1423
<Content Include =" Helpers\extps1\PE_Helper\tools\RestartDialog\amd64\DTPE-RestartDialog.exe" >
1421
1424
<CopyToOutputDirectory >Always</CopyToOutputDirectory >
1422
1425
</Content >
Original file line number Diff line number Diff line change @@ -990,6 +990,7 @@ function Start-OSApplication
990
990
$supportedArchitectures = [List [string ]]::new()
991
991
$supportedArchitectures.Add (" i386" )
992
992
$supportedArchitectures.Add (" amd64" )
993
+ $supportedArchitectures.Add (" aarch64" )
993
994
$systemArchitecture = Get-SystemArchitecture
994
995
995
996
if ($supportedArchitectures.Contains ($systemArchitecture ))
You can’t perform that action at this time.
0 commit comments