update clientLibraryPath call in application.js
This commit is contained in:
parent
3915f3d993
commit
119678b3c4
|
@ -197,7 +197,7 @@ exports.fetchAppPackage = async ctx => {
|
|||
application,
|
||||
screens,
|
||||
layouts,
|
||||
clientLibPath: clientLibraryPath(ctx.params.appId),
|
||||
clientLibPath: clientLibraryPath(ctx.params.appId, application.version),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue