Skip to content

Commit

Permalink
Added App Permission section to Readme (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
veler authored Jan 23, 2022
1 parent 7ebe1b0 commit ad6ed9e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ Many tools are available.
- Install the certificate in `Trusted Root`.
- Double click the *.msixbundle file.

## App Permission

DevToys works entirely offline, meaning that none of the data used by the app goes on internet. However, the app requires some other permissions in order to work correctly.
1. `Uses all system resources` - This permission is required for some tools like `PNG / JPEG Compressor` or (upcomming) `On-screen color picker / measurer`, which use a 3rd part Open-Source Win32 process like [Efficient-Compression-Tool](https://github.com/fhanau/Efficient-Compression-Tool).
All the code requiring this permission can be found [here](https://github.com/veler/DevToys/tree/main/src/dev/impl/DevToys.OutOfProcService).

## How to run DevToys

### Using Start Menu
Expand Down

0 comments on commit ad6ed9e

Please sign in to comment.