From 3d4f563e37f61e77e1aa945485519ff310386884 Mon Sep 17 00:00:00 2001 From: Tyler Date: Wed, 22 May 2019 12:20:57 -0400 Subject: [PATCH] Correct packaging to use the folder of the plugin --- .drone.yml | 3 +-- plugin/manifest.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index ae2796b..4b36c2d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 diff --git a/plugin/manifest.json b/plugin/manifest.json index 632f047..4053ec0 100644 --- a/plugin/manifest.json +++ b/plugin/manifest.json @@ -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": [ {