Skip to content

Commit

Permalink
Zen Browser: use official release and update icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Botspot committed Dec 15, 2024
1 parent c65b7ad commit 8cee4d0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/updates/Zen.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

version=$(get_release zen-browser/desktop)
arm64_url="https://github.com/zen-browser/desktop/releases/download/${version}/zen.linux-aarch64.tar.bz2"

source $GITHUB_WORKSPACE/.github/workflows/update_github_script.sh
Binary file modified apps/Zen/icon-24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/Zen/icon-64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions apps/Zen/install-64
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
#this script will need some updates once this browser is officially released on ARM64.
#monitor progress on: https://github.com/zen-browser/desktop/pull/3135

version='1.0.1-a.19'
version='1.0.2-b.2'

sudo rm -rf /opt/zen /opt/zen-browser /tmp/zen-browser-arm64-copr

cd /tmp
wget https://github.com/ArchitektApx/zen-browser-arm64-copr/releases/download/${version}/zen.linux-generic.tar.bz2 || exit 1
wget https://github.com/zen-browser/desktop/releases/download/${version}/zen.linux-aarch64.tar.bz2 || exit 1

status -n "Extracting... "
sudo tar xjf zen.linux-generic.tar.bz2 -C /opt || error "Failed to extract"
sudo tar xjf zen.linux-aarch64.tar.bz2 -C /opt || error "Failed to extract"
status_green Done

rm -f zen.linux-generic.tar.bz2
rm -f zen.linux-aarch64.tar.bz2

sudo mv /opt/zen /opt/zen-browser

Expand Down

0 comments on commit 8cee4d0

Please sign in to comment.