version bump
This commit is contained in:
parent
e69a0691c7
commit
c37abef665
3 changed files with 7 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -4,7 +4,7 @@ version = 3
|
|||
|
||||
[[package]]
|
||||
name = "DRP_Creative"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
dependencies = [
|
||||
"discord-rich-presence",
|
||||
"lazy_static",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "DRP_Creative"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
edition = "2021"
|
||||
author = "https://djkato.net"
|
||||
|
||||
|
|
|
@ -2,6 +2,10 @@
|
|||
### Show your friends what you're working on, be it in Adobe Suite, Autodesk Suite, Cinema 4D or many more!
|
||||
This app runs in the background and looks for processes, then parses the windows title and turns it into a project name to display with Discords Rich Presence.
|
||||
|
||||
Examples:
|
||||

|
||||

|
||||

|
||||
|
||||
## how to install:
|
||||
1. Grab the latest version from the [Releases](https://github.com/djkato/DRP_Creative/releases) page, then make a folder in `C:/Program Files/` and call it whatever, for example `DRP Creative`.
|
||||
|
@ -13,7 +17,7 @@ This app runs in the background and looks for processes, then parses the windows
|
|||
## How to use:
|
||||
|
||||
When it's running, you'll notice a new icon appear on your Taskbar. If you want to exclude the **currently open project** from showing up, click on the icon and click on `Don't show current project`.
|
||||

|
||||

|
||||
If you want to revert these settings, you can go to the folder you put the exe in (example was `C:/Program Files/DRP Creative`)
|
||||
|
||||
### Currently supported programs:
|
||||
|
|
Loading…
Reference in a new issue