mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Missed pwsh for the remux PowerShell script
This commit is contained in:
@@ -863,7 +863,7 @@ public static class BuiltIn
|
||||
{
|
||||
Key = Keys.CaptureStreamlinkRemuxScript,
|
||||
Description = "Path of the remux script to convert .ts to .mp4",
|
||||
Default = "/root/BMJ/Convert-TsToMp4.ps1",
|
||||
Default = "pwsh /root/BMJ/Convert-TsToMp4.ps1",
|
||||
ValueType = SettingValueType.Text
|
||||
},
|
||||
new BuiltInSettingsModel
|
||||
|
||||
Reference in New Issue
Block a user