1.9.1
This commit is contained in:
parent
7b3706da3c
commit
a1e6c9e06c
|
@ -26,6 +26,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
- fixed DPI scaling in the snapshot manager window [#782](https://github.com/sandboxie-plus/Sandboxie/issues/782)
|
||||
- fixed issue with arm64 DialogProc hook [#2838](https://github.com/sandboxie-plus/Sandboxie/issues/2838)
|
||||
- fixed Qt6 compatybility issue with 7z FS implementation [#2681](https://github.com/sandboxie-plus/Sandboxie/issues/2681)
|
||||
- fixed issue with tls support using Qt6 [#2682](https://github.com/sandboxie-plus/Sandboxie/issues/2682)
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -63,6 +63,10 @@ copy %qtPath%\plugins\platforms\qwindows.dll %instPath%\platforms\
|
|||
mkdir %instPath%\styles
|
||||
copy %qtPath%\plugins\styles\qwindowsvistastyle.dll %instPath%\styles\
|
||||
|
||||
IF %archPath% == ARM64 (
|
||||
mkdir %instPath%\tls
|
||||
copy %qtPath%\plugins\tls\qopensslbackend.dll %instPath%\tls\
|
||||
)
|
||||
|
||||
ECHO Copying OpenSSL libraries
|
||||
IF %archPath% == Win32 (
|
||||
|
|
Loading…
Reference in New Issue