diff --git a/src/node/utils/AbsolutePaths.ts b/src/node/utils/AbsolutePaths.ts index 5356c5564..e5514c669 100644 --- a/src/node/utils/AbsolutePaths.ts +++ b/src/node/utils/AbsolutePaths.ts @@ -91,7 +91,7 @@ export const findEtherpadRoot = () => { * * \src */ - let maybeEtherpadRoot = popIfEndsWith(splitFoundRoot, ['src']); + let maybeEtherpadRoot = popIfEndsWith(splitFoundRoot, ['dist']); if ((maybeEtherpadRoot === false) && (process.platform === 'win32')) { /*