Skip to content

Commit

Permalink
Merge pull request #47721 from nextcloud/backport/47709/stable29
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Sep 4, 2024
2 parents f5eedf1 + 450bac9 commit 54d9028
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/core-common.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/core-common.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const WorkboxPlugin = require('workbox-webpack-plugin')
const modules = require('./webpack.modules.js')
const { readFileSync } = require('fs')

const appVersion = readFileSync('./version.php').toString().match(/OC_VersionString[^']+'([^']+)/)?.[1] ?? 'unknown'
const appVersion = readFileSync('./version.php').toString().match(/OC_Version.+\[([0-9]{2})/)?.[1] ?? 'unknown'

const formatOutputFromModules = (modules) => {
// merge all configs into one object, and use AppID to generate the fileNames
Expand Down

0 comments on commit 54d9028

Please sign in to comment.