Merge branch 'master' into master-ghc8107
This commit is contained in:
commit
a0e056994e
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -299,7 +299,7 @@ jobs:
|
|||||||
if: matrix.os == 'windows-latest'
|
if: matrix.os == 'windows-latest'
|
||||||
shell: msys2 {0}
|
shell: msys2 {0}
|
||||||
run: |
|
run: |
|
||||||
export PATH=$PATH:/c/ghcup/bin
|
export PATH=$PATH:/c/ghcup/bin:$(echo /c/tools/ghc-*/bin || echo)
|
||||||
scripts/desktop/prepare-openssl-windows.sh
|
scripts/desktop/prepare-openssl-windows.sh
|
||||||
openssl_windows_style_path=$(echo `pwd`/dist-newstyle/openssl-1.1.1w | sed 's#/\([a-zA-Z]\)#\1:#' | sed 's#/#\\#g')
|
openssl_windows_style_path=$(echo `pwd`/dist-newstyle/openssl-1.1.1w | sed 's#/\([a-zA-Z]\)#\1:#' | sed 's#/#\\#g')
|
||||||
rm cabal.project.local 2>/dev/null || true
|
rm cabal.project.local 2>/dev/null || true
|
||||||
@ -341,7 +341,7 @@ jobs:
|
|||||||
if: startsWith(github.ref, 'refs/tags/v') && matrix.os == 'windows-latest'
|
if: startsWith(github.ref, 'refs/tags/v') && matrix.os == 'windows-latest'
|
||||||
shell: msys2 {0}
|
shell: msys2 {0}
|
||||||
run: |
|
run: |
|
||||||
export PATH=$PATH:/c/ghcup/bin
|
export PATH=$PATH:/c/ghcup/bin:$(echo /c/tools/ghc-*/bin || echo)
|
||||||
scripts/desktop/build-lib-windows.sh
|
scripts/desktop/build-lib-windows.sh
|
||||||
cd apps/multiplatform
|
cd apps/multiplatform
|
||||||
./gradlew packageMsi
|
./gradlew packageMsi
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: simplex-chat
|
name: simplex-chat
|
||||||
version: 5.5.0.2
|
version: 5.5.0.3
|
||||||
#synopsis:
|
#synopsis:
|
||||||
#description:
|
#description:
|
||||||
homepage: https://github.com/simplex-chat/simplex-chat#readme
|
homepage: https://github.com/simplex-chat/simplex-chat#readme
|
||||||
|
@ -5,7 +5,7 @@ cabal-version: 1.12
|
|||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
|
|
||||||
name: simplex-chat
|
name: simplex-chat
|
||||||
version: 5.5.0.2
|
version: 5.5.0.3
|
||||||
category: Web, System, Services, Cryptography
|
category: Web, System, Services, Cryptography
|
||||||
homepage: https://github.com/simplex-chat/simplex-chat#readme
|
homepage: https://github.com/simplex-chat/simplex-chat#readme
|
||||||
author: simplex.chat
|
author: simplex.chat
|
||||||
|
@ -72,11 +72,11 @@ import UnliftIO.Directory (copyFile, createDirectoryIfMissing, doesDirectoryExis
|
|||||||
|
|
||||||
-- when acting as host
|
-- when acting as host
|
||||||
minRemoteCtrlVersion :: AppVersion
|
minRemoteCtrlVersion :: AppVersion
|
||||||
minRemoteCtrlVersion = AppVersion [5, 4, 2, 0]
|
minRemoteCtrlVersion = AppVersion [5, 5, 0, 2]
|
||||||
|
|
||||||
-- when acting as controller
|
-- when acting as controller
|
||||||
minRemoteHostVersion :: AppVersion
|
minRemoteHostVersion :: AppVersion
|
||||||
minRemoteHostVersion = AppVersion [5, 4, 2, 0]
|
minRemoteHostVersion = AppVersion [5, 5, 0, 2]
|
||||||
|
|
||||||
currentAppVersion :: AppVersion
|
currentAppVersion :: AppVersion
|
||||||
currentAppVersion = AppVersion SC.version
|
currentAppVersion = AppVersion SC.version
|
||||||
|
Loading…
Reference in New Issue
Block a user