Skip to content

Commit

Permalink
Added instructions on how to compile yourself.
Browse files Browse the repository at this point in the history
  • Loading branch information
xMistt authored Mar 19, 2022
1 parent 7064c26 commit c053049
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,11 @@ ___
}
}
```
## Want to compile it yourself?
If you are uneasy about running a random executable, you can compile DeviceAuthGenerator yourself by installing the requirements and pyinstaller, then you can compiile it by the command:
`pyinstaller --onefile -i icon.ico -n DeviceAuthGenerator generator.py`
The executable will be found in `/dist`.


## License:
By downloading this, you agree to the Commons Clause license and that you're not allowed to sell this repository or any code from this repository. For more info see https://commonsclause.com/.
By downloading this, you agree to the Commons Clause license and that you're not allowed to sell this repository or any code from this repository. For more info see https://commonsclause.com/.

0 comments on commit c053049

Please sign in to comment.