get-calendar-langpacks.sh: Fixed wrong version in calendar langpack manifest
which prohibited the update of the langpack during startup.
This commit is contained in:
parent
381d8a8f60
commit
5dfec457df
@ -100,7 +100,7 @@ for lang in $LOCALES; do
|
||||
}
|
||||
},
|
||||
"langpack_id": "$lang",
|
||||
"version": "$LIGHTNING_VERSION$BUILD_ID",
|
||||
"version": "7.$LIGHTNING_VERSION.$BUILD_ID",
|
||||
"name": "$lang Language Pack Calendar",
|
||||
"manifest_version": 2,
|
||||
"sources": {
|
||||
|
Loading…
Reference in New Issue
Block a user