Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2025-02-13 15:56:48 +00:00
parent b845c85531
commit 17c7f78985
No known key found for this signature in database
GPG Key ID: A2B008A5F49F5D0D

View File

@ -82,15 +82,15 @@ jobs:
artifact: linux-arm64-sqlcipher-static artifact: linux-arm64-sqlcipher-static
executable: "/opt/Element/element-desktop" executable: "/opt/Element/element-desktop"
prepare_cmd: "sudo apt-get -qq update && sudo apt install -y ./dist/*.deb" prepare_cmd: "sudo apt-get -qq update && sudo apt install -y ./dist/*.deb"
- name: Windows (x86) Squirrel # - name: Windows (x86) Squirrel
os: windows-2022 # os: windows-2022
artifact: win-ia32 # artifact: win-ia32
executable: "./dist/win-ia32-unpacked/Element.exe" # executable: "./dist/win-ia32-unpacked/Element.exe"
- name: Windows (x86) MSI # - name: Windows (x86) MSI
os: windows-2022 # os: windows-2022
artifact: win-ia32 # artifact: win-ia32
executable: "C:/Program Files (x86)/Element/Element*.exe" # executable: "C:/Program Files (x86)/Element/Element*.exe"
prepare_cmd: "msiexec ./dist/Element*.msi" # prepare_cmd: "msiexec ./dist/Element*.msi"
- name: Windows (x64) Squirrel - name: Windows (x64) Squirrel
os: windows-2022 os: windows-2022
artifact: win-x64 artifact: win-x64