Skip to content

Commit

Permalink
add skysocks-client and skychat to Mac package installer
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpalide committed Dec 11, 2023
1 parent 207d054 commit aff1c74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/mac_installer/create_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ function build_installer() {
mv ./skywire-visor ${installer_package_dir}/Contents/MacOS/skywire-visor
mv ./skywire-cli ${installer_package_dir}/Contents/MacOS/skywire-cli
mv ./apps/vpn-client ${installer_package_dir}/Contents/MacOS/apps/vpn-client
mv ./apps/skysocks-client ${installer_package_dir}/Contents/MacOS/apps/skysocks-client
mv ./apps/skychat ${installer_package_dir}/Contents/MacOS/apps/skychat
cp ./dmsghttp-config.json ${installer_package_dir}/Contents/MacOS/dmsghttp-config.json

cat <<EOF >${installer_package_dir}/Contents/MacOS/Skywire
Expand Down

0 comments on commit aff1c74

Please sign in to comment.