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.
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