mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
Update pkgs/build-support/setup-hooks/desktop-to-darwin-bundle.sh
This commit is contained in:
parent
f2b58efde4
commit
85f4044fc3
@ -37,7 +37,7 @@ convertIconTheme() {
|
||||
local -ra scales=([1]="" [2]="@2")
|
||||
|
||||
# Based loosely on the algorithm at:
|
||||
# https://specifications.freedesktop.org/icon-theme-spec/latest/icon_lookup
|
||||
# https://specifications.freedesktop.org/icon-theme-spec/latest/#icon_lookup
|
||||
# Assumes threshold = 2 for ease of implementation.
|
||||
function findIcon() {
|
||||
local -r iconSize=$1
|
||||
|
Loading…
Reference in New Issue
Block a user