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: Lift Kolibri's path to Endless Key app's root path #108

Closed starnight closed 1 year ago

starnight commented 1 year ago

Endless Key app is composed with an Electron app as the frontend and Kolibri as the backend. Kolibri is installed under the Electron app's src path originally: resources/app/src.

However, Endless Key app's Windows App Cert Kit cannot scan the file whose full path name exceeds length 259. Otherwise, the scan breaks due to exceptions.

So, move Kolibri to Endless Key app's root path. Hope this action ease the length limitation.

https://phabricator.endlessm.com/T34780

starnight commented 1 year ago

I merged in advance!