Skip to content

Commit

Permalink
🎨 (robo.yml)
Browse files Browse the repository at this point in the history
  • Loading branch information
patarapolw committed Sep 1, 2020
1 parent 09cfab9 commit 121e26a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ build-all:
-targets=darwin/amd64 \
{{.repo}}
for f in ./webview-server-darwin*; do mv "$f" "$f.app"; done
for f in ./webview-server-darwin*; do rm -f "$f.app" && mv "$f" "$f.app"; done
docker-build:
command: |
for arch in amd64 i386
Expand Down

0 comments on commit 121e26a

Please sign in to comment.