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
|
path: /tmp/build
|
||||||
image: golang
|
image: golang
|
||||||
commands:
|
commands:
|
||||||
- GOOS=windows GOARCH=amd64 go build -o /tmp/build/remote.exe
|
- GOOS=windows GOARCH=amd64 go build -o /tmp/build/replay.exe
|
||||||
- GOOS=darwin GOARCH=amd64 go build -o /tmp/build/remote
|
- GOOS=darwin GOARCH=amd64 go build -o /tmp/build/replay
|
||||||
- name: package
|
- name: package
|
||||||
volumes:
|
volumes:
|
||||||
- name: cache
|
- name: cache
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
"Icon": "images/pluginIcon",
|
"Icon": "images/pluginIcon",
|
||||||
"CategoryIcon": "images/pluginIcon",
|
"CategoryIcon": "images/pluginIcon",
|
||||||
"URL": "https://streamdeck.meow.tf/obsreplay",
|
"URL": "https://streamdeck.meow.tf/obsreplay",
|
||||||
"Version": "1.2.5",
|
"Version": "1.0.0",
|
||||||
"SDKVersion": 2,
|
"SDKVersion": 2,
|
||||||
"OS": [
|
"OS": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue