mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 13:50:42 +08:00
Revert "build: Export correct build info"
This reverts commit ef4f0f80b9.
This commit is contained in:
parent
7fb4a66127
commit
e74eff75db
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ function getGitRevision() {
|
||||||
}
|
}
|
||||||
|
|
||||||
const output = `\
|
const output = `\
|
||||||
export default {
|
export = {
|
||||||
buildDate: "${getBuildDate()}",
|
buildDate: "${getBuildDate()}",
|
||||||
buildRevision: "${getGitRevision()}"
|
buildRevision: "${getGitRevision()}"
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue