Skip to content

Commit

Permalink
Add Author in the Cydia package
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Aug 4, 2021
1 parent 3e13703 commit 22a15cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/cydia/deb_hand.mak
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ endif
# Make control file.
echo "Name: ${PACKAGE}" > $@/control
echo "Package: ${PACKAGE}" >> $@/control
echo "Author: [email protected]" >> $@/control
echo "Version: ${VERSION}" >> $@/control
echo "Section: ${SECTION}" >> $@/control
echo "Priority: ${PRIORITY}" >> $@/control
Expand Down

0 comments on commit 22a15cb

Please sign in to comment.