4
1
mirror of https://github.com/QuasarApp/CQtDeployer.git synced 2025-05-03 04:59:35 +00:00

ref documentation correction

This commit is contained in:
Oleg-designer 2021-05-25 11:30:50 +03:00
parent 269153227c
commit e1a8cef5c7
3 changed files with 5 additions and 5 deletions

@ -10,7 +10,7 @@
- Example: ~/Qt/5.15.0/gcc_64/bin/qmake -r
- make -j$(nproc)
- make deploy
- #this command requires installed [cqtdeployer](https://github.com/QuasarApp/CQtDeployer/releases)
- this command requires installed [cqtdeployer](https://github.com/QuasarApp/CQtDeployer/releases)
- ./Distro/CQtDeployerInstaller.run
## Build for Windows (CMD)
@ -25,7 +25,7 @@
- Example: C:/Qt/5.15.0/mingw81_64/bin/qmake.exe -r
- migw32-make -j8
- migw32-make deploy
- #this command requires installed [cqtdeployer](https://github.com/QuasarApp/CQtDeployer/releases)
- this command requires installed [cqtdeployer](https://github.com/QuasarApp/CQtDeployer/releases)
- ./Distro/CQtDeployerInstaller.exe
---

@ -107,7 +107,7 @@
- Optimized project deployment performance. 60% faster.
- Optimized output size of distributions. Size reduced by 25%.
- Fixed display of shortcuts after installing deployed applications.
- Fixed launching applications with spaces in the name. Thanks @ahndee (#384)
- Fixed launching applications with spaces in the name. Thanks ahndee (#384)
- Fixed deployment of the Renderer plugin.
- Minor bug fixes and improvements.

@ -20,8 +20,8 @@ cqtdeployer -option1 value1 -option2 list, of, values flag1 flag2 flag3
**System environments** - paths of directories containing the system libraries.
* Windows:
* Paths defined in the PATH variable.
* C:\Windows\System32
* C:\Windows\SysWOW64
* C:/Windows/System32
* C:/Windows/SysWOW64
* Linux:
* Paths defined in the LD_LIBRARY_PATH and PATH variables.
* /usr/lib