From a1be7204df08f9f48ab883f276e9553a054056f5 Mon Sep 17 00:00:00 2001 From: CanadaHonk Date: Thu, 23 Mar 2023 21:39:03 +0000 Subject: [PATCH] ci: tweak release notes --- scripts/nightlyNotes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/nightlyNotes.sh b/scripts/nightlyNotes.sh index c9fd935..3b61b9f 100644 --- a/scripts/nightlyNotes.sh +++ b/scripts/nightlyNotes.sh @@ -5,4 +5,4 @@ echo "$(git rev-parse HEAD | cut -c 1-7) | $(git log -1 --pretty=%B)" size_old=$(stat -c "%s" old.asar) size_new=$(stat -c "%s" app.asar) -echo "print(\"%+2.3f KB\" % (($size_new-$size_old)/1000))" | python3 \ No newline at end of file +echo "print(\"%+2.3f KB\" % (($size_new-$size_old)/1024))" | python3 \ No newline at end of file