Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Thu, 17 Aug 2023 19:46:27 UTC Commit: 97073d8f5c1168e1514ce26fa9ba64ad961aadd1 https://github.com/geany/geany-osx/commit/97073d8f5c1168e1514ce26fa9ba64ad96...
Log Message: ----------- Perform clean before building launcher
Modified Paths: -------------- README.md
Modified: README.md 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -150,7 +150,7 @@ Bundling -------- 1. To build the launcher binary, run ``` - xcodebuild ARCHS=`uname -m` -project Launcher/geany/geany.xcodeproj + xcodebuild ARCHS=`uname -m` -project Launcher/geany/geany.xcodeproj clean build ``` inside the `geany-osx` directory.
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).