Skip to content

Commit 6350363

Browse files
committed
rename compile to build bat
1 parent 2f3ac98 commit 6350363

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

src/build.bat

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
@echo off
2+
cd %~dp0
3+
echo Compiling to ../build
4+
rsrc -manifest manifest.xml -ico data/stadia.ico
5+
go build -ldflags "-s -w -H windowsgui" -o ../build/stadia2xbox.exe
6+
copy data\ViGEmClient.dll ..\build\ViGEmClient.dll /y > NUL
7+
upx ../build/stadia2xbox.exe -9

src/compile.bat

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)