This repository has been archived on 2025-06-05. You can view files and clone it, but cannot push or open issues or pull requests.
roblox-patcher/build.bat
2025-05-02 06:30:44 -07:00

7 lines
446 B
Batchfile

@echo off
set DOTNET_EnableWriteXorExecute=0
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"
msbuild RobloxWrapper\RobloxWrapper.sln /p:Configuration=Release
dotnet publish --configuration Release -p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true -p:CopyOutputSymbolsToPublishDirectory=false --self-contained
copy .\RobloxLegacy\bin\Release\net8.0-windows\win-x64\publish\RobloxLegacy.exe .\
pause