[scripts/release] reduce expected executable sizes
This commit is contained in:
@@ -53,21 +53,21 @@ build-linux() {
|
|||||||
cd "${ROOTDIR}"
|
cd "${ROOTDIR}"
|
||||||
echo Building Linux executable
|
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() {
|
build-windows() {
|
||||||
cd "${ROOTDIR}"
|
cd "${ROOTDIR}"
|
||||||
echo Building Windows executable
|
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() {
|
build-windows_x86() {
|
||||||
cd "${ROOTDIR}"
|
cd "${ROOTDIR}"
|
||||||
echo Building Windows X86 executable
|
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() {
|
build-vm() {
|
||||||
|
|||||||
Reference in New Issue
Block a user