ci: Unsure the Windows built artifact is runnable

This commit is contained in:
Alexis Métaireau 2024-10-29 22:56:32 +01:00
parent 5ed4a048a0
commit e11ee58d6b
No known key found for this signature in database
GPG key ID: C65C7A89A8FFC56E

View file

@ -117,6 +117,11 @@ jobs:
- name: Build the MSI installer
# NOTE: This also builds the .exe internally.
run: poetry run .\install\windows\build-app.bat
- name: Run the app and check that it doesn't crash. Kill it after 10 seconds.
run: |
start *\dangerzone.exe
timeout /t 10 /nobreak
taskkill /f /im dangerzone.exe
macOS:
name: "macOS (${{ matrix.arch }})"