diff --git a/scripts/release.sh b/scripts/release.sh index 32bf4bac..dbd4923e 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' 25000000 + build-vm 'ubuntu22.04' 'gallery-dl.bin' 'gallery-dl.bin' 'linux' 24000000 } build-windows() { cd "${ROOTDIR}" echo Building Windows executable - build-vm 'win10' 'gallery-dl.exe' 'gallery-dl.exe' 'windows' 22000000 + build-vm 'win10' 'gallery-dl.exe' 'gallery-dl.exe' 'windows' 21000000 } build-windows_x86() { cd "${ROOTDIR}" echo Building Windows X86 executable - build-vm 'windows7_x86_sp1' 'gallery-dl_x86.exe' 'gallery-dl.exe' 'windows_x86' 13400000 + build-vm 'windows7_x86_sp1' 'gallery-dl_x86.exe' 'gallery-dl.exe' 'windows_x86' 13000000 } build-vm() {