Skip to content

Commit

Permalink
Fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
PuruVJ committed Jul 6, 2021
1 parent 6592e24 commit 0df27c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion compile.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bash && ./compile.sh
bash ./compile.sh
4 changes: 2 additions & 2 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=arm64 go build -o bin/auto-class-launcher-macos-intel index.go
env GOOS=darwin GOARCH=amd64 go build -o bin/auto-class-launcher-macos-m1 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

1 comment on commit 0df27c5

@vercel
Copy link

@vercel vercel bot commented on 0df27c5 Jul 6, 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.