Skip to content

OSX - 3.13.4 ( beta build that works for a change :) )

Compare
Choose a tag to compare
@yousseb yousseb released this 13 Feb 21:13
· 2348 commits to master since this release
  1. We have a build that works on machines different than mine.. That's a progress! I didn't have enough time to merge upstream yet.

  2. This build includes fix where you can compare files directly from the command line.

    /Applications/Meld.app/Contents/MacOS/Meld file1 ~/file2
    
  3. Cleaned up the osx folder and README.md. Everybody should be able to build..

  4. Prefer a dark theme?

    sudo nano /Applications/Meld.app/Contents/MacOS/Meld
    

    Uncomment

    #export GTK_THEME=Adwaita:dark
    

    You're welcome! :)