Skip to content

Commit

Permalink
Use APFS filesystem in archive.sh and create_variant.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Sep 9, 2024
1 parent 06dbbe8 commit 7769f59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create_variant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
ATB_VARIANT_NAME: ${{ inputs.atb-variant || github.event.inputs.atb-variant }}
ORIGIN_VARIANT_NAME: ${{ inputs.origin-variant || github.event.inputs.origin-variant }}

runs-on: macos-12
runs-on: macos-14
timeout-minutes: 15

steps:
Expand Down Expand Up @@ -215,6 +215,7 @@ jobs:
while [[ $retries -gt 0 ]]; do
if create-dmg --volname "DuckDuckGo" \
--filesystem APFS \
--icon "DuckDuckGo.app" 140 160 \
--background "scripts/assets/dmg-background.png" \
--window-size 600 400 \
Expand Down
1 change: 1 addition & 0 deletions scripts/archive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ create_dmg() {
mkdir -p "${dmg_dir}"
cp -R "${app_path}" "${dmg_dir}"
${filter_output} create-dmg --volname "${app_name}" \
--filesystem APFS \
--icon "${app_name}.app" 140 160 \
--background "${dmg_background}" \
--window-size 600 400 \
Expand Down

0 comments on commit 7769f59

Please sign in to comment.