Run name change script after running post-install script
This commit is contained in:
parent
ee35c9bd13
commit
bbbf80f4b6
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ namespace LANCommander.PlaynitePlugin
|
|||
try
|
||||
{
|
||||
PowerShellRuntime.RunScript(PlayniteGame, ScriptType.Install);
|
||||
PowerShellRuntime.RunScript(PlayniteGame, ScriptType.NameChange, Plugin.Settings.PlayerName);
|
||||
}
|
||||
catch { }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue