Skip to content

Commit

Permalink
Update compile script
Browse files Browse the repository at this point in the history
  • Loading branch information
PuruVJ committed Jul 9, 2021
1 parent abec6a4 commit 5d89931
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions compile.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
env GOOS=windows GOARCH=amd64 go build -o bin/auto-class-launcher-windows.exe index.go
env GOOS=darwin GOARCH=amd64 go build -o bin/auto-class-launcher-macos-intel index.go
env GOOS=darwin GOARCH=arm64 go build -o bin/auto-class-launcher-macos-m1 index.go
env GOOS=linux GOARCH=amd64 go build -o bin/auto-class-launcher-linux index.go
env GOOS=windows GOARCH=amd64 go build -o bin/auto-class-launcher-windows.exe
env GOOS=darwin GOARCH=amd64 go build -o bin/auto-class-launcher-macos-intel
env GOOS=darwin GOARCH=arm64 go build -o bin/auto-class-launcher-macos-m1
env GOOS=linux GOARCH=amd64 go build -o bin/auto-class-launcher-linux

1 comment on commit 5d89931

@vercel
Copy link

@vercel vercel bot commented on 5d89931 Jul 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.