1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-08-31 03:32:50 +00:00

Testing potential certificate parse error fix

This commit is contained in:
Michael Hollister 2025-03-24 22:03:04 -05:00
parent 377eaa8402
commit 428cba044d
10 changed files with 14 additions and 14 deletions

View file

@ -11,7 +11,7 @@ namespace FCastReceiverService
{
internal class Program : ServiceApplication
{
private const string AppId = "qL5oFoTHoJ.FCastReceiver";
private const string AppId = "ql5ofothoj.fcastreceiver";
private const string AppPort = "ipcPort";
private static AppControl _appControl;
private static RemotePort _appPort;