Skip to content

Commit

Permalink
Updates author name codec to all lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
codec-xyz committed Dec 7, 2023
1 parent d870d32 commit 15b8bd8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions index.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Photo Frame Manager Listing",
"author": "Codec",
"author": "codec",
"url": "https://codec-xyz.github.io/photo_frame_manager/index.json",
"id": "wtf.codec.photo-frame-manager.listing",
"packages": {
Expand All @@ -13,7 +13,7 @@
"unity": "2019.4",
"description": "Photo frame manager and optimizer package for Unity. Has photo cropping, scaling, and resizing with live previews in the 3d scene and inspector. Bakes photos to optimized textures which reduce gpu memory usage, lower the material count, and are optimized for mipmap streaming.",
"author": {
"name": "Codec",
"name": "codec",
"email": "[email protected]",
"url": "https://codec.wtf"
},
Expand All @@ -26,7 +26,7 @@
"unity": "2019.4",
"description": "Photo frame manager and optimizer package for Unity. Has photo cropping, scaling, and resizing with live previews in the 3d scene and inspector. Bakes photos to optimized textures which reduce gpu memory usage, lower the material count, and are optimized for mipmap streaming.",
"author": {
"name": "Codec",
"name": "codec",
"email": "[email protected]",
"url": "https://codec.wtf"
},
Expand All @@ -40,7 +40,7 @@
"unity": "2019.4",
"description": "Photo frame manager and optimizer package for Unity. Has photo cropping, scaling, and resizing with live previews in the 3d scene and inspector. Bakes photos to optimized textures which reduce gpu memory usage, lower the material count, and are optimized for mipmap streaming.",
"author": {
"name": "Codec",
"name": "codec",
"email": "[email protected]",
"url": "https://codec.wtf"
}
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Photo frame manager and optimizer package for Unity. Has photo cropping, scaling, and resizing with live previews in the 3d scene and inspector. Bakes photos to optimized textures which reduce gpu memory usage, lower the material count, and are optimized for mipmap streaming.\n\nhttps://github.com/codec-xyz/photo_frame_manager",
"unity": "2019.4",
"author": {
"name": "Codec",
"name": "codec",
"email": "[email protected]",
"url": "https://codec.wtf"
},
Expand Down
2 changes: 1 addition & 1 deletion vccAdd.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<div style="margin-bottom: 1.5em;">
<div>Adding, should launch <a href="https://vcc.docs.vrchat.com/">VCC</div>
<div style="font-weight: bold; font-size: 2em;"><a href="https://github.com/codec-xyz/photo_frame_manager">Photo Frame Manager</a></div>
<div>by <a href="https://github.com/codec-xyz/">Codec</a></div>
<div>by <a href="https://github.com/codec-xyz/">codec</a></div>
</div>
<a class="action-button" href="vcc://vpm/addRepo?url=https%3A%2F%2Fcodec-xyz.github.io%2Fphoto_frame_manager%2Findex.json">Try adding again</a>
</div>
Expand Down

0 comments on commit 15b8bd8

Please sign in to comment.