Skip to content

Commit

Permalink
Improve themes links
Browse files Browse the repository at this point in the history
  • Loading branch information
schmurtzm committed Dec 13, 2023
1 parent 828c263 commit 6d88a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/get_themes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ do
if [[ ! -f "$zipfile" ]]
then
echo "-- downloading theme: $element"
wget -O "$zipfile" "https://github.com/OnionUI/Themes/blob/main/release/$element.zip?raw=true" -q --show-progress
wget -O "$zipfile" "https://github.com/OnionUI/Themes/raw/main/release/$element.zip?raw=true" -q --show-progress
fi

if [ "$element" == "Silky by DiMo" ]; then
Expand Down

0 comments on commit 6d88a6b

Please sign in to comment.