Skip to content

Commit a62c3c3

Browse files
authored
Update README.md
1 parent cce4141 commit a62c3c3

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ In this repository you can find PatchKit Patcher Unity project.
88

99
It's pretty important to use a stable and tester patcher version. You will find stable releases in [here](https://github.com/patchkit-net/patchkit-patcher-unity/releases). Be careful, **pre-releases** are not suitable for production usage. **Master** branch is also not suitable for production usage. Always look for tags if you want to do an upgrade.
1010

11+
## Executing without the Launcher
12+
Sometimes, usually for the purpose of testing, we might want to start the Patcher without using the Launcher. It's possible through the use of 2 command line options `--secret` and `--installdir`, and most of the time also `--readable` which forces the Patcher to interpret given secret without decoding it.
13+
14+
Example:
15+
```
16+
> Patcher.exe --readable --secret 123 --installdir "directory/to/install/the/app/in"
17+
```
18+
19+
1120
## getdiskspaceosx
1221
The native library is already precompiled.
1322

@@ -34,4 +43,4 @@ Head to `File/Build settings...` and click `Player Settings`. Now, open section
3443

3544
### My patcher is displaying *Resolution Dialog*
3645

37-
Head to `File/Build settings...` and click `Player Settings`. Now, open section titled `Resolution and Presentation` and make sure that `Display Resolution Dialog` is set to `Disabled`.
46+
Head to `File/Build settings...` and click `Player Settings`. Now, open section titled `Resolution and Presentation` and make sure that `Display Resolution Dialog` is set to `Disabled`.

0 commit comments

Comments
 (0)