Skip to content

Commit

Permalink
Made module display name more concise. Fixed module metadata to have …
Browse files Browse the repository at this point in the history
…proper release path.
  • Loading branch information
regzo2 committed Apr 21, 2023
1 parent 2db40e6 commit 8828cfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PicoStreamingAssistantFTUDP/Pico4SAFTExtTrackingModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class Pico4SAFTExtTrackingModule : ExtTrackingModule

public override (bool eyeSuccess, bool expressionSuccess) Initialize(bool eyeAvailable, bool expressionAvailable)
{
ModuleInformation.Name = "Pico 4 Pro / Enterprise Streaming Assistant";
ModuleInformation.Name = "Pico 4 Pro / Enterprise";

var stream = GetType().Assembly.GetManifestResourceStream("Pico4SAFTExtTrackingModule.Assets.pico-hmd.png");
ModuleInformation.StaticImages = stream != null ? new List<Stream> { stream } : ModuleInformation.StaticImages;
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"AuthorName": "Mitchell Taylor",
"DllFileName": "Pico4SAFTExtTrackingModule.dll",
"Downloads": 16,
"DownloadUrl": "https://github.com/VRCFaceTracking/SRanipalTrackingModule/releases/download/1.0/SRanipalTrackingModule.zip",
"DownloadUrl": "https://github.com/regzo2/PicoStreamingAssistantFTUDP/releases/download/1.0.0/Pico4ProModule.zip",
"LastUpdated": "2023-04-20T01:08:01Z",
"ModuleDescription": "The module provides eye and face tracking compatibility with the Pico Steaming Assistant.",
"ModuleName": "Pico4SAFTExtTrackingModule",
Expand Down

0 comments on commit 8828cfe

Please sign in to comment.