mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
- Fix CI on Windows (Issue on Paths).
- Update SDK to 5.2.6 (Crash at startup)
This commit is contained in:
parent
51658c0443
commit
13ca5d96cd
3 changed files with 6 additions and 3 deletions
|
|
@ -23,7 +23,7 @@
|
|||
# We double the "\" to escape paths as -replace uses regular expressions
|
||||
- $PATH_TEMP = $PATH_TEMP -replace "C:\\MinGW\\bin;" -replace "C:\\Strawberry\\c\\bin;" -replace "C:\\Program Files\\NASM"
|
||||
- echo $PATH_TEMP
|
||||
- $env:Path = ($PATH_TEMP + ";C:\msys64;C:\msys64\usr\bin;C:\msys64\" + $MINGW_TYPE + "\bin;" + $env:SIGNTOOL_ROOT + "\x64")
|
||||
- $env:Path = ($PATH_TEMP + ";C:\msys64\" + $MINGW_TYPE + "\bin;" + $env:SIGNTOOL_ROOT + "\x64;C:\msys64;C:\msys64\usr\bin")
|
||||
- If ($MINGW_TYPE -eq "mingw64") {Import-BatchEnvironment "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"} Else {Import-BatchEnvironment "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\VsDevCmd.bat"}
|
||||
- If ($MINGW_TYPE -eq "mingw64") {$env:Path = ($env:Path + ";C:\Qt\5.15.2\msvc2019_64\bin")} Else {$env:Path = ($env:Path + ";C:\Qt\5.14.2\msvc2019\bin")}
|
||||
- echo $env:Path
|
||||
|
|
|
|||
|
|
@ -4,10 +4,13 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## 5.0.4 - undefined
|
||||
## 5.0.4 - 2022-12-28
|
||||
|
||||
### Fixed
|
||||
- Volume gauge in multimedia parameters while being in call.
|
||||
- Update SDK to 5.2.6 :
|
||||
* Crash at startup
|
||||
* losing video
|
||||
|
||||
## 5.0.3 - 2022-12-21
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit fbe6d7449d47e22ca8fed0975f70a8bbdac28a94
|
||||
Subproject commit a7d8c15cb3c0b997b5182f680d64856a3d63a218
|
||||
Loading…
Add table
Reference in a new issue