fixup! update the path of the .exe

This commit is contained in:
Alexis Métaireau 2024-10-29 23:30:11 +01:00
parent e11ee58d6b
commit 769b23afed
No known key found for this signature in database
GPG key ID: C65C7A89A8FFC56E

View file

@ -119,7 +119,7 @@ jobs:
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
start build\exe.win-amd64-3.12\dangerzone.exe
timeout /t 10 /nobreak
taskkill /f /im dangerzone.exe