-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
few update #146
base: master
Are you sure you want to change the base?
few update #146
Conversation
icon updated
updated to change folder 📂 path `\` to `/` for using in R
Sqlite dll update to latest version
Updated to solve issue aviaryan#134
Thank you so much for keeping the best clipboard manager on the internet working!!! <3 How do I generate a new Clipjump.exe to use with your source code? |
When I try running your forked code with the original Clipjump.exe I get an error saying it can't find the sqlite3.dll which I can clearly see is present? |
For some reason Exiting Clipjump from tray doesn't properly close the process. That's why added Nircmd force close method to completely close on exit. But this requires Nircmd to be installed in, `%USERPROFILE%\AppData\Local\Microsoft\WindowsApps`. Just download Nircmd from https://www.nirsoft.net/utils/nircmd-x64.zip and extract to the mentioned folder.
Hi thank you for your interest. You're welcome to fork my repo or download the content as zip. Clipjump.exe won't work in this case because I didn't create executable file with the latest changes so it'll throw out error. Just use |
Would you mind making a new Clipjump.exe ? |
nope, as it's basically the same thing and also it gives me freedom to change or update the code without hassle. |
Added Release update and Nircmd Dependency explanation.
Ok I did what you suggested and it appeared to work fine, except for 2 things:
|
|
Why is nircmd required and why does it have to be in that directory? Can you change your scripts to at least use nircmd from the directory I run clipjump.ahk in? |
I specifically wrote why it’s required in the following commit sobuj53@a74b303 |
Removed External Nircmd dependency and replaced with simple function.
Removed Nircmd dependency and replaced with simple ahk built in function.
Updated SQLite.dll to 3.35.4
Sqlite db update and few other update to make Clipjump working