mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-21 20:58:44 -05:00
21 lines
354 B
Plaintext
21 lines
354 B
Plaintext
"InstallScript"
|
|
{
|
|
"Run Process"
|
|
{
|
|
"install"
|
|
{
|
|
"process 1" "scripts\\install.bat"
|
|
"command 1" "\"%INSTALLDIR%\""
|
|
}
|
|
}
|
|
|
|
"Run Process On Uninstall"
|
|
{
|
|
"uninstall"
|
|
{
|
|
"process 1" "scripts\\uninstall.bat"
|
|
"command 1" "\"%INSTALLDIR%\""
|
|
}
|
|
}
|
|
}
|