[geany/geany-osx] e6ff68: Delete old Geany.app before creating bundle to be sure we have new files
Jiří Techet
git-noreply at xxxxx
Sat Nov 13 14:07:43 UTC 2021
Branch: refs/heads/master
Author: Jiří Techet <techet at gmail.com>
Committer: Jiří Techet <techet at gmail.com>
Date: Sat, 13 Nov 2021 14:07:43 UTC
Commit: e6ff68028b36cb06a9344e174d32891d7d3dfc89
https://github.com/geany/geany-osx/commit/e6ff68028b36cb06a9344e174d32891d7d3dfc89
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).
More information about the Commits
mailing list