Skip to content

Commit

Permalink
Packs QuickReference.pdf instead of HowTo.pdf
Browse files Browse the repository at this point in the history
* kpdfsync_HowTo.pdf was renamed to QuickReference.pdf
  • Loading branch information
coderarjob committed Mar 31, 2022
1 parent e499d31 commit b36cd50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ cp kpdfsync.sh ./$DIST_DIR || exit
cp kpdfsync.bat ./$DIST_DIR || exit

# Copy LICENSE Readme.md and HowTo.pdf to kpdfsync dist folder.
cp ../docs/kpdfsync_HowTo.pdf ./$DIST_DIR || exit
cp ../docs/QuickReference.pdf ./$DIST_DIR || exit
cp ../README.md ./$DIST_DIR || exit
cp ../LICENSE ./$DIST_DIR || exit

Expand Down

0 comments on commit b36cd50

Please sign in to comment.