Skip to content

Commit

Permalink
Fix macOS builds, II.
Browse files Browse the repository at this point in the history
- Switch to macOS .app export, instead of .dmg, to avoid: "Invalid
  export format." error in GitHub Actions.
  • Loading branch information
knightofiam committed Feb 19, 2025
1 parent 6f311a5 commit 70072d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="build/energy-shot.dmg"
export_path="build/energy-shot.app"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
Expand Down Expand Up @@ -118,7 +118,7 @@ codesign/entitlements/custom_file=""
codesign/entitlements/allow_jit_code_execution=false
codesign/entitlements/allow_unsigned_executable_memory=false
codesign/entitlements/allow_dyld_environment_variables=false
codesign/entitlements/disable_library_validation=false
codesign/entitlements/disable_library_validation=true
codesign/entitlements/audio_input=false
codesign/entitlements/camera=false
codesign/entitlements/location=false
Expand Down

0 comments on commit 70072d3

Please sign in to comment.