change run to a batch script to avoid the exec policy

This commit is contained in:
Speedy_Lex 2025-07-01 17:09:15 +02:00
parent 22e0130199
commit 0c37f8f54e
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