Skip to content

Commit 02013e8

Browse files
lupidanjs-9
authored andcommitted
Ensure Visual C++ Redistributables are installed
1 parent cfdebb6 commit 02013e8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dist/platforms/windows/activate.ps1

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ Write-Output ""
88

99
if ( ($null -ne ${env:UNITY_SERIAL}) -and ($null -ne ${env:UNITY_EMAIL}) -and ($null -ne ${env:UNITY_PASSWORD}) )
1010
{
11+
12+
# Ensure Visual C++ Redistributables
13+
Write-Output "Ensuring Visual C++ Redistributables are installed"
14+
choco install vcredist-all -y --no-progress | Out-Null
15+
1116
#
1217
# SERIAL LICENSE MODE
1318
#

0 commit comments

Comments
 (0)