mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
v8.12
This commit is contained in:
parent
fc98120269
commit
ef19c35b5a
9 changed files with 16 additions and 16 deletions
|
|
@ -17,7 +17,7 @@ OLD_VERSION_NO_DOTS=$(echo "$1" | tr -d '.')
|
|||
NEW_VERSION_NO_DOTS=$(echo "$2" | tr -d '.')
|
||||
|
||||
# Update all files except sandstorm-pkgdef.capnp with regular version format
|
||||
sed -i "s|$1|$2|g" package.json package-lock.json snapcraft.yaml docs/Platforms/Propietary/Windows/Offline.md Dockerfile Stackerfile.yml
|
||||
sed -i "s|$1|$2|g" sandstorm-pkgdef.capnp package.json package-lock.json snapcraft.yaml docs/Platforms/Propietary/Windows/Offline.md Dockerfile Stackerfile.yml
|
||||
|
||||
# Update sandstorm-pkgdef.capnp with version format without dots
|
||||
sed -i "s|$OLD_VERSION_NO_DOTS|$NEW_VERSION_NO_DOTS|g" sandstorm-pkgdef.capnp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue