qarmin / czkawka

Multi functional app to find duplicates, empty folders, similar images etc.
Other
18.32k stars 603 forks source link

macOS app bundle creation #1252

Open skywinder opened 3 months ago

skywinder commented 3 months ago

Application Bundle Creation: The application bundle structure creation and binary copying processes have been streamlined for efficiency.

Update documentation.

  1. Install librsvg with Homebrew: brew install librsvg
  2. Run the script: ./misc/create_app_bundle.sh
  3. The .app bundle will be in ./target/release
  4. Move the bundle to Applications: mv ./target/release/Czkawka.app /Applications

CleanShot 2024-03-24 at 20 16 21@2x

Enjoy Czkawka.app

qarmin commented 3 months ago

Can you add this to mac CI?