File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -40,16 +40,13 @@ jobs:
40
40
cd tools/rexm/VS2022
41
41
msbuild.exe rexm.sln /target:rexm /property:Configuration=Release /property:Platform=x64
42
42
cd ../../..
43
- # Set required environment properties to be used by rexm
44
43
set REXM_EXAMPLES_BASE_PATH="examples"
45
44
set REXM_EXAMPLES_WEB_PATH="../raylib.com/examples"
46
45
set REXM_EXAMPLES_TEMPLATE_FILE_PATH="examples/examples_template.c"
47
46
set REXM_EXAMPLES_TEMPLATE_SCREENSHOT_PATH="examples/examples_template.png"
48
47
set REXM_EXAMPLES_COLLECTION_FILE_PATH="examples/examples_list.txt"
49
48
set REXM_EXAMPLES_VS2022_SLN_FILE="projects/VS2022/raylib.sln"
50
- # Set emsdk path for Makefile.Web examples building
51
49
set EMSDK_PATH="D:/a/raylib/raylib/emsdk-cache/emsdk-main"
52
- # Run rexm to update required files
53
50
.\tools\rexm\VS2022\build\rexm\bin\x64\Release\rexm.exe update
54
51
cd ../..
55
52
shell : cmd
You can’t perform that action at this time.
0 commit comments