From 685fcc72c1c43eeec6f62022d073fbe0362983f8 Mon Sep 17 00:00:00 2001 From: alk <45172705+altalk23@users.noreply.github.com> Date: Wed, 28 Jun 2023 15:23:14 +0300 Subject: [PATCH] Update package.sh --- installer/mac/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/mac/package.sh b/installer/mac/package.sh index acd919763..536582924 100755 --- a/installer/mac/package.sh +++ b/installer/mac/package.sh @@ -1,3 +1,3 @@ #!/bin/bash -pkgbuild --root "bin" --identifier com.geode-sdk.geode --scripts "installer/mac/Scripts" --install-location "/tmp/geode-install" installer/mac/GeodeInstaller.pkg \ No newline at end of file +pkgbuild --root "$1" --identifier com.geode-sdk.geode --scripts "installer/mac/Scripts" --install-location "/tmp/geode-install" $2