This commit is contained in:
lx
2026-07-07 13:29:39 -04:00
commit 070e12d0e3
11 changed files with 2563 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
@echo off
rustup target add i686-pc-windows-msvc
:: 32-bit build
cargo build --release --target=i686-pc-windows-msvc
:: Compression disabled as it gave some false positives on virustotal
:: May re-enable in the future if we ever get a signing certificate
:: tools\upx.exe target\release\*.exe
:: Renames the executable to RevsimPlayerLauncher.exe from syntax_bootstrapper.exe
ren target\i686-pc-windows-msvc\release\syntax_bootstrapper.exe RevsimPlayerLauncher.exe