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/
|
||||
- cat plugin/manifest.json | jq -r '.Version' > /tmp/build/version.txt
|
||||
- mv plugin tf.meow.remote.sdPlugin
|
||||
- cd tf.meow.remote.sdPlugin
|
||||
- zip -r /tmp/build/tf.meow.remote.streamDeckPlugin .
|
||||
- zip -r /tmp/build/tf.meow.remote.streamDeckPlugin tf.meow.remote.sdPlugin
|
||||
- name: release
|
||||
volumes:
|
||||
- name: cache
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
"Name": "Remote",
|
||||
"Icon": "images/pluginIcon",
|
||||
"URL": "https://www.elgato.com/gaming/stream-deck",
|
||||
"Version": "1.2.2",
|
||||
"Version": "1.2.3",
|
||||
"SDKVersion": 2,
|
||||
"OS": [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue