Replies: 2 comments 1 reply
-
If you compiled app from source, then binary should work fine(steps are almost identical between mac and linux)
If still this not works(that would be strange), then compilation again should work fine(cargo should see that there is nothing to recompile and will run instantly in second and later runs)
|
Beta Was this translation helpful? Give feedback.
1 reply
-
When the pre-built binaries are made available on homebrew, why not make the fully packaged app available on Homebrew? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I successfully compiled on M1 Mac using the instructions at https://github.com/qarmin/czkawka/blob/master/instructions/Instruction.md
After compilation, the program ran successfully.
However, after quitting, I can't figure out how to run it again.
There are no instructions on how to run at https://qarmin.github.io/czkawka/instructions/Instruction.html
I have tried "chmod +x ./czkawka_gu" then "./czkawka_gui" in Terminal, but get "zsh: permission denied"
Ideally, I would make a shortcut in the Applications folder so I can run it from MacOS GUI.
Beta Was this translation helpful? Give feedback.
All reactions