Skip to content

Commit f957c01

Browse files
committed
[PE Helper] ARM64 restart dialog
1 parent 1eefcc5 commit f957c01

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

Diff for: DISMTools.vbproj

+3
Original file line numberDiff line numberDiff line change
@@ -1417,6 +1417,9 @@
14171417
<Content Include="Helpers\extps1\PE_Helper\tools\DIM\i386\DT-DIM.exe">
14181418
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
14191419
</Content>
1420+
<Content Include="Helpers\extps1\PE_Helper\tools\RestartDialog\aarch64\DTPE-RestartDialog.exe">
1421+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
1422+
</Content>
14201423
<Content Include="Helpers\extps1\PE_Helper\tools\RestartDialog\amd64\DTPE-RestartDialog.exe">
14211424
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
14221425
</Content>

Diff for: Helpers/extps1/PE_Helper/PE_Helper.ps1

+1
Original file line numberDiff line numberDiff line change
@@ -990,6 +990,7 @@ function Start-OSApplication
990990
$supportedArchitectures = [List[string]]::new()
991991
$supportedArchitectures.Add("i386")
992992
$supportedArchitectures.Add("amd64")
993+
$supportedArchitectures.Add("aarch64")
993994
$systemArchitecture = Get-SystemArchitecture
994995

995996
if ($supportedArchitectures.Contains($systemArchitecture))
Binary file not shown.

0 commit comments

Comments
 (0)