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
- Electron Fiddle-arm64: 0.36.0 -> 0.36.2
- Electron Fiddle-armhf: 0.36.0 -> 0.36.2
- Intellij IDEA-arm64: 2023.3.5 -> 2023.3.6
  • Loading branch information
github-actions[bot] committed Mar 22, 2024
1 parent d978f4b commit 1dbfcf3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/Electron Fiddle/install-32
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

version=0.36.0
version=0.36.2

install_packages https://github.com/electron/fiddle/releases/download/v"$version"/electron-fiddle_"$version"_armhf.deb || exit 1
2 changes: 1 addition & 1 deletion apps/Electron Fiddle/install-64
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

version=0.36.0
version=0.36.2

install_packages https://github.com/electron/fiddle/releases/download/v"$version"/electron-fiddle_"$version"_arm64.deb || exit 1
2 changes: 1 addition & 1 deletion apps/Intellij IDEA/install-64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=2023.3.5
version=2023.3.6

status "Installing Java 17"
case "$__os_id" in
Expand Down

0 comments on commit 1dbfcf3

Please sign in to comment.