Correct packaging to use the folder of the plugin
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
561e5b443e
commit
3d4f563e37
|
@ -20,8 +20,7 @@ steps:
|
||||||
- cp /tmp/build/remote.exe /tmp/build/remote plugin/
|
- cp /tmp/build/remote.exe /tmp/build/remote plugin/
|
||||||
- cat plugin/manifest.json | jq -r '.Version' > /tmp/build/version.txt
|
- cat plugin/manifest.json | jq -r '.Version' > /tmp/build/version.txt
|
||||||
- mv plugin tf.meow.remote.sdPlugin
|
- mv plugin tf.meow.remote.sdPlugin
|
||||||
- cd tf.meow.remote.sdPlugin
|
- zip -r /tmp/build/tf.meow.remote.streamDeckPlugin tf.meow.remote.sdPlugin
|
||||||
- zip -r /tmp/build/tf.meow.remote.streamDeckPlugin .
|
|
||||||
- name: release
|
- name: release
|
||||||
volumes:
|
volumes:
|
||||||
- name: cache
|
- name: cache
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
"Name": "Remote",
|
"Name": "Remote",
|
||||||
"Icon": "images/pluginIcon",
|
"Icon": "images/pluginIcon",
|
||||||
"URL": "https://www.elgato.com/gaming/stream-deck",
|
"URL": "https://www.elgato.com/gaming/stream-deck",
|
||||||
"Version": "1.2.2",
|
"Version": "1.2.3",
|
||||||
"SDKVersion": 2,
|
"SDKVersion": 2,
|
||||||
"OS": [
|
"OS": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue