mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 07:39:42 +02:00
Update Windows Batch scripts to use python3
This commit is contained in:
parent
56f02ce13e
commit
c542cf5ef1
@ -1,4 +1,4 @@
|
||||
python mw2html.py https://alphamanual.audacityteam.org/man ..\..\help\temp -s
|
||||
python3 mw2html.py https://alphamanual.audacityteam.org/man ..\..\help\temp -s
|
||||
rmdir /S /Q ..\..\help\manual
|
||||
mkdir ..\..\help\manual
|
||||
xcopy ..\..\help\temp\alphamanual.audacityteam.org ..\..\help\manual\ /E /C /Y /Q
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user