printers: drop the trailing pause in the install .bat so it self-closes
This commit is contained in:
@@ -559,7 +559,6 @@ def _render_install_bat(facility, base, universal, specific, manual, total):
|
|||||||
add('echo Installation Complete!')
|
add('echo Installation Complete!')
|
||||||
add('echo ========================================')
|
add('echo ========================================')
|
||||||
add('echo.')
|
add('echo.')
|
||||||
add('pause')
|
|
||||||
add('')
|
add('')
|
||||||
add(':: Self-delete this batch file')
|
add(':: Self-delete this batch file')
|
||||||
add('(goto) 2>nul & del "%~f0"')
|
add('(goto) 2>nul & del "%~f0"')
|
||||||
|
|||||||
Reference in New Issue
Block a user