1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-20 09:31:15 +02:00

Update Windows Batch scripts to use python3

This commit is contained in:
Jack Thomson
2020-05-27 13:49:17 -04:00
committed by James Crook
parent 56f02ce13e
commit c542cf5ef1
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
@REM wiki2htm without the xcopy. The results stay in the temp directory.
@REM Can be convenient when testing/modifying the script.
python mw2html.py https://alphamanual.audacityteam.org/man ..\..\help\temp -s
python3 mw2html.py https://alphamanual.audacityteam.org/man ..\..\help\temp -s