Skip to content

Commit

Permalink
Turbowarp: Update App Versions
Browse files Browse the repository at this point in the history
- Turbowarp-arm64: 1.12.3 -> 1.13.0
- Turbowarp-armhf: 1.12.3 -> 1.13.0
  • Loading branch information
github-actions[bot] committed Jan 25, 2025
1 parent efea231 commit b8e64da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/Turbowarp/install-32
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=1.12.3
version=1.13.0
install_packages https://github.com/TurboWarp/desktop/releases/download/v${version}/TurboWarp-linux-armv7l-${version}.deb || exit 1

echo -n "Moving menu launcher from Education to Programming category... "
Expand Down
2 changes: 1 addition & 1 deletion apps/Turbowarp/install-64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=1.12.3
version=1.13.0
install_packages https://github.com/TurboWarp/desktop/releases/download/v${version}/TurboWarp-linux-arm64-${version}.deb || exit 1

echo -n "Moving menu launcher from Education to Programming category... "
Expand Down

0 comments on commit b8e64da

Please sign in to comment.