mirror of
https://github.com/A-Star100/simpliplay-desktop.git
synced 2025-09-17 22:29:38 +00:00
Update build-macos.yml
This commit is contained in:
parent
05bb059b41
commit
18f25c5ef4
4
.github/workflows/build-macos.yml
vendored
4
.github/workflows/build-macos.yml
vendored
@ -62,9 +62,9 @@ jobs:
|
||||
local dmg_name="$2"
|
||||
local volume_name="$3"
|
||||
|
||||
# Calculate the size of the app bundle in KB, then add a buffer (e.g., 50MB)
|
||||
# Calculate the size of the app bundle in KB, then add a 50MB buffer
|
||||
APP_SIZE_KB=$(du -sk "$app_path" | cut -f1)
|
||||
DMG_SIZE_MB=$(( ($APP_SIZE_KB / 1024) + 5 ))
|
||||
DMG_SIZE_MB=$(( ($APP_SIZE_KB / 1024) + 50 ))
|
||||
|
||||
echo "Calculated DMG size: ${DMG_SIZE_MB}MB"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user