File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ for file in Resources/*.html distribution.xml
5757do
5858 sed -e " s|@EXTENSION_VERSION@|${EXTENSION_VERSION} |g" -e " s|@PG_MAJOR_VERSION@|${PG_MAJOR_VERSION} |g" -e " s|@EXTENSION_NAME@|${EXTENSION_NAME} |g" $file > Build/$file
5959done
60+ cp Build/paradedb-$EXTENSION_VERSION /LICENSE Build/Resources/license.txt
6061pkgbuild --root " $INSTALL_ROOT " --install-location /Library/Application\ Support/Postgres/Extensions/$PG_MAJOR_VERSION /$EXTENSION_NAME --identifier com.postgresapp.extension.$PG_MAJOR_VERSION .$EXTENSION_NAME --sign " Developer ID Installer" --scripts Scripts $EXTENSION_NAME -$PG_MAJOR_VERSION .pkg
6162productbuild --distribution Build/distribution.xml --resources Build/Resources --sign " Developer ID Installer" $EXTENSION_NAME -pg$PG_MAJOR_VERSION -$EXTENSION_VERSION .pkg
6263rm $EXTENSION_NAME -$PG_MAJOR_VERSION .pkg
Original file line number Diff line number Diff line change 22<installer-gui-script minSpecVersion =" 1" >
33 <title >@EXTENSION_NAME@ for Postgres.app</title >
44 <welcome file =" welcome.html" />
5+ <license file =" license.txt" />
56 <conclusion file =" conclusion.html" />
67 <pkg-ref id =" com.postgresapp.extension.@PG_MAJOR_VERSION@.@EXTENSION_NAME@" />
78 <options customize =" never" require-scripts =" false" hostArchitectures =" x86_64,arm64" />
You can’t perform that action at this time.
0 commit comments