Fix binary names
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Tyler 2020-01-14 23:34:39 -05:00
parent eca3834fd7
commit a7ec12e7a6
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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": [
{