Skip to content

Commit 0220573

Browse files
committed
fix for azure2femto.bat
1 parent 61b7030 commit 0220573

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

azure2femto.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ if not exist "%vlOutFolder%" (
1919
mkdir "%vlOutFolder%"
2020
)
2121

22+
powershell Copy-Item -Path "%helpInFolder%\help.xml", "%helpInFolder%\lankydude.fbx" -Destination "%helpOutFolder%"
23+
2224
:: Loop through all .vl files and change references
2325
for %%f in ("%helpInFolder%\*.vl") do (
2426
set "filename=%%~nxf"

0 commit comments

Comments
 (0)