Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
fix(scripts): change the way GTK3 version is stored
Browse files Browse the repository at this point in the history
  • Loading branch information
c0deplayer committed Mar 16, 2024
1 parent 82db12b commit acdf9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/scripts/systemwide-themes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FILES_ROOT="/tmp/config/files"
ICONS_DIR="/usr/share/icons"
MOREWAITA_DIR="$ICONS_DIR/MoreWaita"
MOREWAITA_MAIN_DIR="$MOREWAITA_DIR-main"
ADW_GTK3_VERSION=$(curl -sL https://api.github.com/repos/lassekongo83/adw-gtk3/releases/latest | jq -r ".tag_name" | tr '.' '-')
ADW_GTK3_VERSION=$(curl -sL https://api.github.com/repos/lassekongo83/adw-gtk3/releases/latest | jq -r ".tag_name")

unpack_and_copy() {
local file=$1
Expand Down

0 comments on commit acdf9eb

Please sign in to comment.