File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 44
55Param (
66 [string ] $Version = " 4.1" ,
7+ [string ] $Snapshot = " 5.6" ,
78 [string ] $InstallDestination = $null ,
89 [boolean ] $UpgradeLLVM = $true
910)
@@ -58,9 +59,9 @@ if ($IsMacOS -or $IsLinux) {
5859Write-Host " Installing Additional Packages: '$packages '..."
5960$packMan = Join-Path (Join-Path " $ts " " package-manager" ) " package-manager-cli.${ext} "
6061if ($IsMacOS -or $IsLinux ) {
61- & " bash" " $packMan " install -- no- java- check -- accept- license " $packages "
62+ & " bash" " $packMan " install -- no- java- check -- accept- license " $packages " - s " Tizen_Studio_ $Snapshot "
6263} else {
63- & " $packMan " install -- no- java- check -- accept- license " $packages "
64+ & " $packMan " install -- no- java- check -- accept- license " $packages " - s " Tizen_Studio_ $Snapshot "
6465}
6566
6667function Swap-Tool {
You can’t perform that action at this time.
0 commit comments