Roblox-File-Format/Plugins/DeployToStudio.ps1
CloneTrooper1019 540958f7f8 0.438.0.407270
2020-06-29 19:06:14 -05:00

7 lines
276 B
PowerShell

$pluginName = "GenerateApiDump.rbxm"
$studioKey = "HKCU:\Software\Roblox\RobloxStudio"
$contentDir = Get-ItemPropertyValue -Path $studioKey -Name "ContentFolder"
$destPath = $contentDir + "/../BuiltInPlugins/" + $pluginName
Copy-Item -Path $pluginName -Destination $destPath