Skip renaming Copy WizardKit.cmd
* It isn't used anymore
This commit is contained in:
parent
6a7ef8ebcb
commit
1c7677d805
1 changed files with 0 additions and 10 deletions
|
|
@ -126,16 +126,6 @@ if __name__ == '__main__':
|
||||||
section=section, name=name, options=options,
|
section=section, name=name, options=options,
|
||||||
other_results=other_results, width=40)
|
other_results=other_results, width=40)
|
||||||
|
|
||||||
# Rename "Copy WizardKit.cmd" (if necessary)
|
|
||||||
source = r'{}\Scripts\Copy WizardKit.cmd'.format(global_vars['BinDir'])
|
|
||||||
dest = r'{}\Copy {}.cmd'.format(global_vars['BaseDir'], KIT_NAME_FULL)
|
|
||||||
if os.path.exists(source):
|
|
||||||
try:
|
|
||||||
shutil.move(source, dest)
|
|
||||||
except Exception:
|
|
||||||
print_error(' Failed to rename "{}.cmd" to "{}.cmd"'.format(
|
|
||||||
'Copy WizardKit', KIT_NAME_FULL))
|
|
||||||
|
|
||||||
# Done
|
# Done
|
||||||
print_standard('\nDone.')
|
print_standard('\nDone.')
|
||||||
pause("Press Enter to exit...")
|
pause("Press Enter to exit...")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue