Skip to content

Commit

Permalink
Update App Versions, run by GitHub Actions - Apps updated:
Browse files Browse the repository at this point in the history
- FF Multi Converter-all: 2.4.4 -> 2.4.5
- Reaper-arm64: 714 -> 715
- Reaper-armhf: 714 -> 715
  • Loading branch information
github-actions[bot] committed Apr 17, 2024
1 parent 4ca6f59 commit 40d848a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/FF Multi Converter/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=2.4.4
version=2.4.5

# remove deprecated files. Old installations used a multitude of install methods so the files could be in many places.
if [ -f /usr/local/bin/ffmulticonverter ] || [ -f /usr/local/share/applications/ffmulticonverter.desktop ]; then
Expand Down
2 changes: 1 addition & 1 deletion apps/Reaper/install-32
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=714
version=715
version2=1.2.4.5
base_ver="$(echo ${version} | sed -e 's/.$//' -e 's/.$//')"

Expand Down
2 changes: 1 addition & 1 deletion apps/Reaper/install-64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=714
version=715
version2=1.2.4.5
base_ver="$(echo ${version} | sed -e 's/.$//' -e 's/.$//')"

Expand Down

0 comments on commit 40d848a

Please sign in to comment.