Skip to content

Commit

Permalink
rename compile to build bat
Browse files Browse the repository at this point in the history
  • Loading branch information
bakapear committed Jan 19, 2022
1 parent 2f3ac98 commit 6350363
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 7 additions & 0 deletions src/build.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@echo off
cd %~dp0
echo Compiling to ../build
rsrc -manifest manifest.xml -ico data/stadia.ico
go build -ldflags "-s -w -H windowsgui" -o ../build/stadia2xbox.exe
copy data\ViGEmClient.dll ..\build\ViGEmClient.dll /y > NUL
upx ../build/stadia2xbox.exe -9
4 changes: 0 additions & 4 deletions src/compile.bat

This file was deleted.

0 comments on commit 6350363

Please sign in to comment.