Skip to content

Commit

Permalink
Successful Build of Signed Release 6.48.1
Browse files Browse the repository at this point in the history
  • Loading branch information
0mniteck authored Feb 25, 2024
1 parent 3e4bf6d commit 663e774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion increment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Version_Number=$(echo "$Last_Version_Number + .02" | bc -l)
Last_Branch_Number=$Last_Version_Number.x
Branch_Number=$Version_Number.x

sed -i s/signal-desktop_$(echo $Last_Version_Number).0_arm64.deb/signal-desktop_$(echo $Version_Number).1_arm64.deb/g docs/_layouts/default.html
sed -i s/signal-desktop_$(echo $Last_Version_Number).1_arm64.deb/signal-desktop_$(echo $Version_Number).0_arm64.deb/g docs/_layouts/default.html

sed -i s/$(echo $Last_Version_Number)/$(echo $Version_Number)/g docs/README.md

Expand Down

0 comments on commit 663e774

Please sign in to comment.