endlessm / endless-key-app

Endless Key app for Windows (formerly known as kolibri-app)
https://www.endlessos.org/key
MIT License
2 stars 1 forks source link

CI: Fix kolibri.exe's path going to be signed #113

Closed starnight closed 1 year ago

starnight commented 1 year ago

The commit d244fd3 ("CI: Lift Kolibri's path to Endless Key app's root path") moves: original path kolibri-windows/resources/app/src/Kolibri/Kolibri.exe to kolibri-windows/Kolibri/Kolibri.exe.

However, sign_binaries_for_EK_USB_image job fails, because the path has not been updated. This commit fixes it.

Fixes: https://github.com/endlessm/endless-key-app/issues/112