We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b9fafc commit 256390bCopy full SHA for 256390b
make_osx_package.sh
@@ -76,7 +76,8 @@ sudo codesign --force --sign "$CODESIGNID" $BASE.pkg
76
spctl --assess --type install $BASE.pkg
77
78
echo Creating zip...
79
-zip -9 -j -r $BASE.pkg.zip $BASE.pkg $OSX/uninstall-pandoc.pl
+zip -9 -r $BASE.pkg.zip $BASE.pkg
80
+zip -9 -j -r $BASE.pkg.zip $OSX/uninstall-pandoc.pl
81
82
# echo Creating disk image...
83
# sudo hdiutil create "$BASE.dmg" \
0 commit comments