Skip to content

Commit d48f112

Browse files
committed
chore: update cdn references and copyright labels
1 parent 3908a44 commit d48f112

File tree

4 files changed

+17
-18
lines changed

4 files changed

+17
-18
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
[![build-shield]](https://github.com/GeekyEggo/sdpi-components/actions?query=workflow%3Abuild)
77
[![coverage-shield]](https://github.com/GeekyEggo/sdpi-components/actions?query=workflow%3Abuild)
88
[![docs-shield]](https://sdpi-components.dev)
9-
10-
[![twitter-shield]](https://twitter.com/geekyeggo)
9+
[![x-shield]](https://x.com/elgato)
1110

1211
Designed to complement Stream Deck plugins; sdpi-components provides a collection of web components that focuses on the plugin's property inspector, and makes persisting settings consistent, user-friendly, and hassle-free.
1312

@@ -20,7 +19,7 @@ Designed to complement Stream Deck plugins; sdpi-components provides a collectio
2019
Getting started is easy; simply reference the following JavaScript file in your property inspector, and you're ready to start adding [components](https://sdpi-components.dev/docs/components).
2120

2221
```html
23-
<script src="https://cdn.jsdelivr.net/gh/geekyeggo/sdpi-components@v3/dist/sdpi-components.js"></script>
22+
<script src="https://sdpi-components.dev/releases/v3/sdpi-components.js"></script>
2423
```
2524

2625
## 📦 Example
@@ -33,7 +32,7 @@ The example below highlights some of the components available; alternatively you
3332
<!doctype html>
3433
<head lang="en-gb">
3534
<meta charset="utf-8" />
36-
<script src="https://cdn.jsdelivr.net/gh/geekyeggo/sdpi-components@v3/dist/sdpi-components.js"></script>
35+
<script src="https://sdpi-components.dev/releases/v3/sdpi-components.js"></script>
3736
</head>
3837
<html>
3938
<body>
@@ -74,4 +73,4 @@ To discover all of the components available, check out the [documentation](https
7473
[build-shield]: https://img.shields.io/github/actions/workflow/status/geekyeggo/sdpi-components/build.yml?branch=main&label=Build&logo=GitHub
7574
[coverage-shield]: assets/coverage.svg
7675
[docs-shield]: https://img.shields.io/static/v1?style=flat&message=Documentation&label=&color=orange&logoColor=white&labelColor=grey&logo=data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjAiIHdpZHRoPSIyMCI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTguOTM4IDguODc1SDE0LjE4OFY3LjYyNUg4LjkzOFpNOC45MzggMTEuODMzSDExLjk3OVYxMC41ODNIOC45MzhaTTguOTM4IDUuOTE3SDE0LjE4OFY0LjY2N0g4LjkzOFpNNy4yMDggMTQuNjI1UTYuMzc1IDE0LjYyNSA1LjgwMiAxNC4wNTJRNS4yMjkgMTMuNDc5IDUuMjI5IDEyLjY0NlYzLjg1NFE1LjIyOSAzLjAyMSA1LjgwMiAyLjQ0OFE2LjM3NSAxLjg3NSA3LjIwOCAxLjg3NUgxNlExNi44MzMgMS44NzUgMTcuNDA2IDIuNDQ4UTE3Ljk3OSAzLjAyMSAxNy45NzkgMy44NTRWMTIuNjQ2UTE3Ljk3OSAxMy40NzkgMTcuNDA2IDE0LjA1MlExNi44MzMgMTQuNjI1IDE2IDE0LjYyNVpNNCAxNy44MzNRMy4xNjcgMTcuODMzIDIuNTk0IDE3LjI2UTIuMDIxIDE2LjY4OCAyLjAyMSAxNS44NTRWNS42MDRIMy40NzlWMTUuODU0UTMuNDc5IDE2LjA2MiAzLjYzNSAxNi4yMTlRMy43OTIgMTYuMzc1IDQgMTYuMzc1SDE0LjI1VjE3LjgzM1oiLz48L3N2Zz4=
77-
[twitter-shield]: https://img.shields.io/static/v1?style=flat&message=GeekyEggo&logo=Twitter&label=&color=blue&logoColor=white&labelColor=grey
76+
[x-shield]: https://img.shields.io/static/v1?style=flat&message=Elgato&logo=X&label=&color=blue&logoColor=white&labelColor=grey

example/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"$schema": "https://schemas.elgato.com/streamdeck/plugins/manifest.json",
3-
"UUID": "com.geekyeggo.sdpi.counter",
3+
"UUID": "com.elgato.sdpi-samples",
44
"Name": "Counter",
55
"Version": "1.0.0.0",
6-
"Author": "Richard Herman",
6+
"Author": "Elgato",
77
"Actions": [
88
{
99
"Name": "Counter",
10-
"UUID": "com.geekyeggo.sdpi.counter",
10+
"UUID": "com.elgato.sdpi-samples.action",
1111
"Icon": "imgs/counter/icon",
1212
"Tooltip": "A counter action",
1313
"PropertyInspectorPath": "pi/index.html",

example/pi/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head lang="en-gb">
55
<meta charset="utf-8" />
66
<!--
7-
<script src="https://cdn.jsdelivr.net/gh/geekyeggo/sdpi-components@v3/dist/sdpi-components.js"></script>
7+
<script src="https://sdpi-components.dev/releases/v3/sdpi-components.js"></script>
88
-->
99
<script src="sdpi-components.js"></script>
1010
<script type="text/javascript">

scripts/install-example.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
const fs = require('fs-extra');
2-
const path = require('path');
1+
const fs = require("fs-extra");
2+
const path = require("path");
33

4-
const from = path.resolve(__dirname, '../example');
5-
const to = path.resolve(process.env.APPDATA, 'Elgato/StreamDeck/Plugins/com.geekyeggo.sdpi.sdPlugin');
4+
const from = path.resolve(__dirname, "../example");
5+
const to = path.resolve(process.env.APPDATA, "Elgato/StreamDeck/Plugins/com.elgato.sdpi-samples.sdPlugin");
66

77
fs.copy(from, to, (err) => {
8-
if (err) {
9-
return console.log(err);
10-
} else {
11-
console.log('Plugin installed.');
12-
}
8+
if (err) {
9+
return console.log(err);
10+
} else {
11+
console.log("Plugin installed.");
12+
}
1313
});

0 commit comments

Comments
 (0)