Skip to content

Commit

Permalink
Un deleted the build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Zombii committed Jun 1, 2024
1 parent 2d0472c commit e90b0ff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/build.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@echo off

set GOOS=linux
go build -o bin/LINUX_CosmicSRCUtil .

set GOOS=windows
go build -o bin/WINDOWS_CosmicSRCUtil.exe .
2 changes: 2 additions & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
set GOOS=linux
go build -o bin/LINUX_CosmicSRCUtil .

0 comments on commit e90b0ff

Please sign in to comment.