diff --git a/exts/callTimer.json b/exts/callTimer.json index 4bfa63d..2e43d56 100644 --- a/exts/callTimer.json +++ b/exts/callTimer.json @@ -1,6 +1,6 @@ { "repository": "https://github.com/NotNite/my-moonlight-extensions.git", - "commit": "fea176e5bff9abc5628ab3d4cfb9e37e74de63f4", + "commit": "7aace3c4de8fad9e37e7c7e4c68e92c416764db1", "scripts": ["build", "repo"], "artifact": "repo/callTimer.asar" } diff --git a/exts/devBanner.json b/exts/devBanner.json new file mode 100644 index 0000000..43fe557 --- /dev/null +++ b/exts/devBanner.json @@ -0,0 +1,6 @@ +{ + "repository": "https://github.com/NotNite/my-moonlight-extensions.git", + "commit": "7aace3c4de8fad9e37e7c7e4c68e92c416764db1", + "scripts": ["build", "repo"], + "artifact": "repo/devBanner.asar" +} diff --git a/exts/imageViewer.json b/exts/imageViewer.json index 2c7acce..0a42381 100644 --- a/exts/imageViewer.json +++ b/exts/imageViewer.json @@ -1,6 +1,6 @@ { "repository": "https://github.com/NotNite/my-moonlight-extensions.git", - "commit": "fea176e5bff9abc5628ab3d4cfb9e37e74de63f4", + "commit": "7aace3c4de8fad9e37e7c7e4c68e92c416764db1", "scripts": ["build", "repo"], "artifact": "repo/imageViewer.asar" }