macOS app bundle #181
Labels
enhancement
New feature or request
PR welcome
The given topic has already been analyzed and you can safely create a PR implementing this functiona
I created a macOS double clickable app bundle for Czkawka. It doesn't support keyboard shortcuts like command-q, but it at least is double clickable. The app bundle (a folder that ends in ".app") structure should look like this.
Czkawka.app/
Czkawka.app/Contents
Czkawka.app/Contents/Info.plist
Czkawka.app/Contents/MacOS
Czkawka.app/Contents/MacOS/czkawka
Czkawka.app/Contents/MacOS/czkawka_gui (the real binary, not included...)
Czkawka.app/Contents/Resources
Czkawka.app/Contents/Resources/app.icns
I can't figure out how to include the text files so here they are.
Czkawka.app/Contents/MacOS/czkawka
Czkawka.app/Contents/Info.plist
And Czkawka.app/Contents/Resources/app.icns
The text was updated successfully, but these errors were encountered: