mirror of
https://github.com/QuasarApp/Patronum.git
synced 2025-05-09 05:29:35 +00:00
fix readme
This commit is contained in:
parent
1325419ff3
commit
7db4bef228
12
README.md
12
README.md
@ -105,3 +105,15 @@ int main(int argc, char **argv) {
|
||||
return app.exec();
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
### Wrapers of the service distributions
|
||||
|
||||
The Service class use own executable like a main path to service executable.
|
||||
If your application has custom dependencies and do not work without costom envirement then you need to add **P_RUN_FILE** or **CQT_RUN_FILE** variavle with full path into the your wraper or launcher file.
|
||||
|
||||
#### Order of the search executable file of the service
|
||||
|
||||
1. **P_RUN_FILE** variable
|
||||
2. **CQT_RUN_FILE** variable
|
||||
3. Absalute path to executable.
|
||||
|
Loading…
x
Reference in New Issue
Block a user