Skip to content

Commit

Permalink
Fix compilation script on macOS for stable package
Browse files Browse the repository at this point in the history
  • Loading branch information
danirod committed Jul 26, 2024
1 parent 13aa1d4 commit ac7350c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-aux/macos-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ case "$1" in
APP_VERSION="0.1.0"
MESON_FLAGS="-Dprofile=default"
ICON_PATH="$PWD/data/icons/scalable/apps/es.danirod.Cartero.svg"
DOC_ICON_PATH="$PWD/data/icons/scalable/mimetypes/es.danirod.Cartero.request.svg"
DOC_ICON_PATH="$PWD/data/icons/scalable/mimetypes/es.danirod.Cartero-request.svg"
;;
*)
echo "Usage: $0 [devel / stable]"
Expand Down

0 comments on commit ac7350c

Please sign in to comment.