File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,15 @@ def _prebuilt_tools(mctx):
55 name = "ecsact_unreal_codegen_win64" ,
66 downloaded_file_path = "EcsactUnrealCodegen.exe" ,
77 executable = True ,
8+ url = "https://github.com/ecsact-dev/ecsact_unreal/releases/download/0.2.1/EcsactUnrealCodegen-Win64.exe" ,
89 integrity = "sha256-HIra76wJlgsBAR+Oaj90INFCYLIS3QyPSWDDhvqUFCo=" ,
9- url = "https://github.com/ecsact-dev/ecsact_unreal/releases/download/0.2.0/EcsactUnrealCodegen-Win64.exe" ,
1010 )
1111 http_file (
1212 name = "ecsact_unreal_codegen_linux" ,
1313 downloaded_file_path = "EcsactUnrealCodegen" ,
1414 executable = True ,
15- url = "https://github.com/ecsact-dev/ecsact_unreal/releases/download/0.2.0/EcsactUnrealCodegen-Linux" ,
15+ url = "https://github.com/ecsact-dev/ecsact_unreal/releases/download/0.2.1/EcsactUnrealCodegen-Linux" ,
16+ integrity = "sha256-nwcXevEQn1RJrm/7/Nq+HtR3nBLMbhlovfPSgXR923A=" ,
1617 )
1718
1819prebuilt_tools = module_extension (_prebuilt_tools )
You can’t perform that action at this time.
0 commit comments