make safari builds more specific

This commit is contained in:
Kyle Spearrin 2020-09-23 12:32:38 -04:00
parent 04c37b2d81
commit a26c760c82
2 changed files with 4 additions and 2 deletions

2
jslib

@ -1 +1 @@
Subproject commit f0dc38b1c49a8444cbcca14a84d8aedb122ee11d
Subproject commit 5cb3e9c965269a7e442536fa1b6ba00add2c7153

View File

@ -45,14 +45,16 @@ if (-not ([string]::IsNullOrEmpty($version))) {
}
npm i
npm run dist:safari
if ($mas) {
npm run dist:safari:mas
Copy-Item -Path $distSafariAppexMas -Destination $pluginsAppex Recurse
}
elseif ($masdev) {
npm run dist:safari
Copy-Item -Path $distSafariAppexMasDev -Destination $pluginsAppex Recurse
}
else {
npm run dist:safari:dmg
Copy-Item -Path $distSafariAppexDmg -Destination $pluginsAppex Recurse
}
cd $rootDir