diff --git a/pkg/build.sh b/pkg/build.sh index c39f4dc..1372c1f 100755 --- a/pkg/build.sh +++ b/pkg/build.sh @@ -24,7 +24,7 @@ PKG_CLI_BIN_PATH="pkgroot/usr/local/bin" PKG_LIBS_PATH="pkgroot/usr/local/share/tiles" # CLI binary pkg install path -mkdir -p "${CLI_BIN_PATH}" +mkdir -p "${PKG_CLI_BIN_PATH}" # Other libs pkg install path mkdir -p "${PKG_LIBS_PATH}" diff --git a/pkg/bundle_network_installer.sh b/pkg/bundle_network_installer.sh index b239087..f6e8d45 100755 --- a/pkg/bundle_network_installer.sh +++ b/pkg/bundle_network_installer.sh @@ -14,7 +14,6 @@ productbuild \ # signing productsign \ --sign "$DEVELOPER_ID_INSTALLER" \ - --entitlements entitleme.plist \ pkg/tiles-dist-unsigned.pkg \ pkg/tiles.pkg