Fix binary names
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
eca3834fd7
commit
a7ec12e7a6
|
@ -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
|
||||
|
|
|
@ -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": [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue