mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
fixup! update the path of the .exe
This commit is contained in:
parent
e11ee58d6b
commit
769b23afed
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue