update clientLibraryPath call in application.js
This commit is contained in:
parent
2a2963dac4
commit
125610f5a1
|
@ -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