Skip to content

Commit 20b5fa3

Browse files
committed
ci: disable size diff (for now)
1 parent 8cf5233 commit 20b5fa3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/nightlyNotes.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ echo "$(git rev-parse HEAD | cut -c 1-7) | $(git log -1 --pretty=%B)"
55
size_old=$(stat -c "%s" old.asar)
66
size_new=$(stat -c "%s" app.asar)
77

8-
echo "print(\"%+2.3f KB\" % (($size_new-$size_old)/1024))" | python3
8+
# echo "print(\"%+2.3f KB\" % (($size_new-$size_old)/1024))" | python3

0 commit comments

Comments
 (0)