We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61b7030 commit 0220573Copy full SHA for 0220573
1 file changed
azure2femto.bat
@@ -19,6 +19,8 @@ if not exist "%vlOutFolder%" (
19
mkdir "%vlOutFolder%"
20
)
21
22
+powershell Copy-Item -Path "%helpInFolder%\help.xml", "%helpInFolder%\lankydude.fbx" -Destination "%helpOutFolder%"
23
+
24
:: Loop through all .vl files and change references
25
for %%f in ("%helpInFolder%\*.vl") do (
26
set "filename=%%~nxf"
0 commit comments