From 22358b3d0a55ef8f2627e264d4f5b280ffb45a32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Mon, 6 Oct 2025 19:16:06 +0200 Subject: [PATCH] [release] update expected executable sizes (#8359) --- scripts/release.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/release.sh b/scripts/release.sh index e5dd0dcb..32bf4bac 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -53,21 +53,21 @@ build-linux() { cd "${ROOTDIR}" echo Building Linux executable - build-vm 'ubuntu22.04' 'gallery-dl.bin' 'gallery-dl.bin' 'linux' 24000000 + build-vm 'ubuntu22.04' 'gallery-dl.bin' 'gallery-dl.bin' 'linux' 25000000 } build-windows() { cd "${ROOTDIR}" echo Building Windows executable - build-vm 'win10' 'gallery-dl.exe' 'gallery-dl.exe' 'windows' 19000000 + build-vm 'win10' 'gallery-dl.exe' 'gallery-dl.exe' 'windows' 22000000 } build-windows_x86() { cd "${ROOTDIR}" echo Building Windows X86 executable - build-vm 'windows7_x86_sp1' 'gallery-dl_x86.exe' 'gallery-dl.exe' 'windows_x86' 12000000 + build-vm 'windows7_x86_sp1' 'gallery-dl_x86.exe' 'gallery-dl.exe' 'windows_x86' 13400000 } build-vm() {