Roblox-File-Format/Plugins/DeployToStudio.ps1

4 lines
150 B
PowerShell
Raw Normal View History

2020-06-30 00:06:14 +00:00
$pluginName = "GenerateApiDump.rbxm"
2021-03-09 22:56:27 +00:00
$destPath = "$env:localappdata\Roblox\Plugins\" + $pluginName
2020-06-30 00:06:14 +00:00
Copy-Item -Path $pluginName -Destination $destPath