From 2954b0d3f46d87afedb142d33afeb9f07f28ad9c Mon Sep 17 00:00:00 2001 From: MohammadReza Palide Date: Mon, 11 Dec 2023 17:20:38 +0330 Subject: [PATCH 1/2] remove skychat and skysocks-client app from disable apps in config gen --- scripts/mac_installer/install_scripts/postinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mac_installer/install_scripts/postinstall b/scripts/mac_installer/install_scripts/postinstall index f0ce6634d5..8b871ca55b 100755 --- a/scripts/mac_installer/install_scripts/postinstall +++ b/scripts/mac_installer/install_scripts/postinstall @@ -15,7 +15,7 @@ chown -R "${USER}" "$skywire_dir" echo "generating skywire config if it doesn't exist" if [[ ! -f "${skywire_dir}"/skywire-config.json ]]; then - /Applications/Skywire.app/Contents/MacOS/skywire-cli config gen -bpio "${skywire_dir}"/skywire-config.json --disableapps skychat,skysocks,skysocks-client,vpn-server + /Applications/Skywire.app/Contents/MacOS/skywire-cli config gen -bpio "${skywire_dir}"/skywire-config.json --disableapps skysocks,vpn-server fi chown "${USER}" "${skywire_dir}"/skywire-config.json From a7e4a7eaac1a3eca2a8ed7f7316e255e2adeea17 Mon Sep 17 00:00:00 2001 From: MohammadReza Palide Date: Mon, 11 Dec 2023 17:28:04 +0330 Subject: [PATCH 2/2] remove disableapp flag from mac postinstall script --- scripts/mac_installer/install_scripts/postinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mac_installer/install_scripts/postinstall b/scripts/mac_installer/install_scripts/postinstall index 8b871ca55b..90076fb648 100755 --- a/scripts/mac_installer/install_scripts/postinstall +++ b/scripts/mac_installer/install_scripts/postinstall @@ -15,7 +15,7 @@ chown -R "${USER}" "$skywire_dir" echo "generating skywire config if it doesn't exist" if [[ ! -f "${skywire_dir}"/skywire-config.json ]]; then - /Applications/Skywire.app/Contents/MacOS/skywire-cli config gen -bpio "${skywire_dir}"/skywire-config.json --disableapps skysocks,vpn-server + /Applications/Skywire.app/Contents/MacOS/skywire-cli config gen -bpio "${skywire_dir}"/skywire-config.json fi chown "${USER}" "${skywire_dir}"/skywire-config.json