Browse Source

osx-brew: remove zrythm_launch before adding custom one

use_builds_script
Alexandros Theodotou 2 years ago
parent
commit
8b0b7358d7
Signed by: alex
GPG Key ID: 022EAE42313D70F3
  1. 1
      osx-brew/make_pkg.sh.in

1
osx-brew/make_pkg.sh.in

@ -137,6 +137,7 @@ cp -rvf $share_dir/zrythm/themes/icons/zrythm-dark/scalable/apps/zrythm-splash-p @@ -137,6 +137,7 @@ cp -rvf $share_dir/zrythm/themes/icons/zrythm-dark/scalable/apps/zrythm-splash-p
cp $readme_file $application_dir/README
rm -f $bin_dir/zrythm_launch
cat << EOF > $bin_dir/zrythm_launch
#!/bin/bash
export GSETTINGS_SCHEMA_DIR=$installed_prefix/share/glib-2.0/schemas

Loading…
Cancel
Save