Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Sat, 13 Nov 2021 14:07:43 UTC Commit: e6ff68028b36cb06a9344e174d32891d7d3dfc89 https://github.com/geany/geany-osx/commit/e6ff68028b36cb06a9344e174d32891d7d...
Log Message: ----------- Delete old Geany.app before creating bundle to be sure we have new files
Modified Paths: -------------- .gitignore bundle.sh
Modified: .gitignore 1 lines changed, 1 insertions(+), 0 deletions(-) =================================================================== @@ -4,3 +4,4 @@ Geany.icns Launcher/geany/build/ xcuserdata/ .DS_Store +*.geany
Modified: bundle.sh 1 lines changed, 1 insertions(+), 0 deletions(-) =================================================================== @@ -1,5 +1,6 @@ #!/bin/sh
+rm -rf ./Geany.app iconutil -c icns ./iconbuilder.iconset --output Geany.icns ~/.local/bin/gtk-mac-bundler geany.bundle cp -R Papirus Papirus-Dark ./Geany.app/Contents/Resources/share/icons
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).