How to Compile Changes to Code on MacOS? #3149
Unanswered
janvi-kalra
asked this question in
Q&A
Replies: 1 comment
-
I don't think your problem is with compiling. It seems your problem is with running the version you have compiled. If you run the binary of flameshot in your build folder, you will see your changes. As a side note, you can always check which binary you are running by |
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
-
Noob question, how do you test code changes made on a macOS?
I am able to run Flameshot successfully. Once I edit code in
circletool.cpp
in vscode, however, the changes don't show up. I tried to delete thebuild
directory and re-build and re-install the code viaand then
but no luck.
For example, here is how I changed the code in
circletool.cpp
, but the tool still looks the same (the description, icon name, name did not change)Beta Was this translation helpful? Give feedback.
All reactions