build(uakino): include PlayerJs decoder shared dependency

Add `PlayerJsDecoder.cs` to the UAKino module manifest so the module ships
with the shared PlayerJS decoding utility required at runtime.
This commit is contained in:
Felix 2026-05-15 19:28:13 +03:00
parent 15ff1ee10c
commit 90e7ec4602

View File

@ -7,6 +7,7 @@
"../LME.Shared/GlobalUsings.cs",
"../LME.Shared/Online/OnlineRegistry.cs",
"../LME.Shared/Update/ModuleUpdateService.cs",
"../LME.Shared/Apn/ApnHelper.cs"
"../LME.Shared/Apn/ApnHelper.cs",
"../LME.Shared/Playerjs/PlayerJsDecoder.cs"
]
}