mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-07-01 16:14:53 +00:00
8 lines
230 B
PowerShell
8 lines
230 B
PowerShell
param($installPath, $toolsPath, $package, $project)
|
|
|
|
$args = @($installPath, $toolsPath)
|
|
|
|
$exename = $toolsPath + "\MapSuiteUnmanagedDependencyInstaller.exe"
|
|
|
|
#& $exename $args
|
|
Start-Process -FilePath $exename -WindowStyle Hidden |