From a7ec12e7a6bfa62f71b92bfe734b31d39e3e251f Mon Sep 17 00:00:00 2001 From: Tyler Date: Tue, 14 Jan 2020 23:34:39 -0500 Subject: [PATCH] Fix binary names --- .drone.yml | 4 ++-- plugin/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 196ef53..0a5f2b6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,8 +8,8 @@ steps: path: /tmp/build image: golang commands: - - GOOS=windows GOARCH=amd64 go build -o /tmp/build/remote.exe - - GOOS=darwin GOARCH=amd64 go build -o /tmp/build/remote + - GOOS=windows GOARCH=amd64 go build -o /tmp/build/replay.exe + - GOOS=darwin GOARCH=amd64 go build -o /tmp/build/replay - name: package volumes: - name: cache diff --git a/plugin/manifest.json b/plugin/manifest.json index 6e8dbf4..06d0545 100644 --- a/plugin/manifest.json +++ b/plugin/manifest.json @@ -42,7 +42,7 @@ "Icon": "images/pluginIcon", "CategoryIcon": "images/pluginIcon", "URL": "https://streamdeck.meow.tf/obsreplay", - "Version": "1.2.5", + "Version": "1.0.0", "SDKVersion": 2, "OS": [ {