Skip to content

Commit

Permalink
Fix build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Zombii committed May 31, 2024
1 parent f58bb2d commit 0891e58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion scripts/build.bat
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
go build . bin/CosmicSourceGenerator.exe
@echo off
go build -o bin/CosmicSourceGenerator.exe .
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
go build . bin/CosmicSourceGenerator
go build -o bin/CosmicSourceGenerator .

0 comments on commit 0891e58

Please sign in to comment.