diff --git a/config/overwolf.webpack.ts b/config/overwolf.webpack.ts index dd0e319..47f96a7 100644 --- a/config/overwolf.webpack.ts +++ b/config/overwolf.webpack.ts @@ -77,7 +77,7 @@ const makeOPK = async (distPath: string, suffix = '') => { const opkPath = path.join( kProjectPath, - `builds/${manifest.meta.name}-${version}${dotSuffix}.opk` + `dist/${manifest.meta.name}-${version}${dotSuffix}.opk` ) const opkExists = await stat(opkPath).catch(() => null)