1
0

chore: move desktop files

This commit is contained in:
kolaente
2024-02-08 14:53:56 +01:00
parent fd80176480
commit eaf072766c
15 changed files with 0 additions and 0 deletions

10
desktop/bumpp.sh Executable file
View File

@ -0,0 +1,10 @@
#!/bin/sh
set -xe
frontend_version=$(sed -n 's/.*"VERSION": "\([^"]*\)".*/\1/p' ./frontend/version.json)
sed -i "s/\${version}/$frontend_version/g" package.json
sed -i "s/\"version\": \".*\"/\"version\": \"$frontend_version\"/" package.json