try powershell command

This commit is contained in:
Eric 2025-10-15 19:15:14 +11:00
parent ddcd4dcda8
commit 4fb61d4afc
No known key found for this signature in database

View File

@ -38,9 +38,8 @@ build:
run:
ifeq ($(OS),Windows_NT)
dir libs
copy libs\libcodex.dll .
$(BIN_NAME)
Copy-Item libs\libcodex.dll .
.\$(BIN_NAME)
else
./$(BIN_NAME)
endif