ci: disable size diff (for now)

This commit is contained in:
|| Prof. - Xadk3! 2023-04-13 20:39:26 +00:00
parent 8cf5233e94
commit b725e71d82
1 changed files with 1 additions and 1 deletions

View File

@ -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)/1024))" | python3
# echo "print(\"%+2.3f KB\" % (($size_new-$size_old)/1024))" | python3