Skip to content

Commit

Permalink
readme, copy button
Browse files Browse the repository at this point in the history
  • Loading branch information
djkato committed Apr 24, 2023
1 parent a00d2a7 commit 3a5b406
Show file tree
Hide file tree
Showing 4 changed files with 341 additions and 93 deletions.
222 changes: 217 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ downloader = "0.2.7"
eframe = "0.21.3"
egui = "0.21.0"
regex = "1.7.1"
rfd = "0.11.3"
version-compare = "0.1.1"
walkdir = "2.3.2"
15 changes: 15 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#M0nkrus Adobe Tracker
a simple app that checks for updates for your locally installed (torrented) Adobe apps and provides M0nkrus magnets for downloads.

Also provides a simple downloader for apps that are not installed.

QnA:
> Do I need to be worried about this app being Malware?
This programs Source code is free for you to read, and you can see yourself if there are any malicious lines of code. If there was, this github link would be down :)

>How does it work?
1. The app goes through your folder at `C:\Program Files\Adobe` and checks for installed apps. Tries to find the file `application.xml` and extract the program version information from there.
2. Downloads the following page to a `./temp/` folder next to the .exe file: [http://rutracker.ru/tracker.php?pid=1334502](http://rutracker.ru/tracker.php?pid=1334502), then extracts latest app downloads.
3. Compares the online version with local versions and provides a [magnet link](https://en.wikipedia.org/wiki/Magnet_URI_scheme) you can open with the torrent downloader app of your choise.
Loading

0 comments on commit 3a5b406

Please sign in to comment.