Merge pull request #4 from speedy-lex/main

change run to a batch script to avoid the exec policy
This commit is contained in:
Quantum Tomato 2025-07-01 18:11:45 +02:00 committed by GitHub
commit eccbf800eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 6 deletions

5
run.bat Normal file
View File

@ -0,0 +1,5 @@
@echo off
zig build
copy lua\lua54.dll zig-out\bin\
copy raylib\lib\raylib.dll zig-out\bin
zig build run

View File

@ -1,6 +0,0 @@
zig build
copy lua/lua54.dll zig-out/bin
copy raylib/lib/raylib.dll zig-out/bin
zig build run