mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-09 12:03:27 -04:00

Small code changes to fix all issues mentioned in Issue #85: - Bumped app version and added it to header. - Changed system disk usage subscription from MB to KB in English version. - Properly aligned CPU usage percents in process list with header. - Free space on disks now rounds down, instead of rounding app. - Small formatting fixes. - Fixed wrong language set in English version of compilation script. Co-authored-by: Taldariner <71024372+Taldariner@users.noreply.github.com> Reviewed-on: https://git.kolibrios.org/KolibriOS/kolibrios/pulls/86 Reviewed-by: Max Logaev <mxlgv@noreply.localhost> Reviewed-by: Mikhail Frolov <mixa.frolov2003@gmail.com> Co-authored-by: Burer <burer@noreply.localhost> Co-committed-by: Burer <burer@noreply.localhost>
5 lines
115 B
Batchfile
5 lines
115 B
Batchfile
@del sysmon
|
|
@c-- /D=LANG_ENG sysmon.c
|
|
@rename sysmon.com sysmon
|
|
@del warning.txt
|
|
if not exist sysmon ( @pause ) |