-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MacOS executable is redundant, removing
- Loading branch information
1 parent
5189a5a
commit 60d29ff
Showing
5 changed files
with
4 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
#!/bin/bash | ||
|
||
# Set GOOS and GOARCH for Linux | ||
GOOS=linux GOARCH=amd64 go build -o dist/clear-badge-cache-linux.sh | ||
|
||
# Set GOOS and GOARCH for macOS | ||
GOOS=darwin GOARCH=amd64 go build -o dist/clear-badge-cache-mac.sh | ||
GOOS=linux GOARCH=amd64 go build -o dist/clear-badge-cache.sh | ||
|
||
# Set GOOS and GOARCH for Windows | ||
GOOS=windows GOARCH=amd64 go build -o dist/clear-badge-cache-win.exe | ||
GOOS=windows GOARCH=amd64 go build -o dist/clear-badge-cache.exe |
Binary file not shown.
File renamed without changes.
File renamed without changes.