Skip to content

Commit 256390b

Browse files
committed
Fixed 034cd4b.
Preserve directory structure for pkg.
1 parent 8b9fafc commit 256390b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

make_osx_package.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ sudo codesign --force --sign "$CODESIGNID" $BASE.pkg
7676
spctl --assess --type install $BASE.pkg
7777

7878
echo Creating zip...
79-
zip -9 -j -r $BASE.pkg.zip $BASE.pkg $OSX/uninstall-pandoc.pl
79+
zip -9 -r $BASE.pkg.zip $BASE.pkg
80+
zip -9 -j -r $BASE.pkg.zip $OSX/uninstall-pandoc.pl
8081

8182
# echo Creating disk image...
8283
# sudo hdiutil create "$BASE.dmg" \

0 commit comments

Comments
 (0)