Skip to content

Commit

Permalink
Update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacyway committed Aug 5, 2024
1 parent f714a4d commit 2170ef3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Properties/build/goldmaster-core.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
@echo off

: call "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\Common7\Tools\VsDevCmd.bat"
call "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\VsDevCmd.bat"
: call "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\VsDevCmd.bat"
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\VsDevCmd.bat"

cd ../Build/BepInEx/plugins
sn -Ra Fika.Dedicated.dll ../../../Properties/signing/private.snk
Expand Down

0 comments on commit 2170ef3

Please sign in to comment.