mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 14:03:28 -04:00
Put the title for software as first printed object
This commit is contained in:
parent
50f37b526e
commit
c6c1946a17
1 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,6 @@
|
|||
call print_install_header
|
||||
call print_dashed_seperator
|
||||
|
||||
call get_system_information
|
||||
call print_dashed_seperator
|
||||
|
||||
|
@ -7,9 +10,6 @@ if %system_info_os% == XP (
|
|||
call print_exit
|
||||
)
|
||||
|
||||
call print_install_header
|
||||
call print_dashed_seperator
|
||||
|
||||
call get_category ..\\config\\downloads.coco downloads downloads_count general-general general-%system_info_bit% %system_info_os%-%system_info_bit%
|
||||
|
||||
::for /l %%i in (1, 1, %downloads_count%) do (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue