Skip to content

Commit

Permalink
Update DEB build script
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederickGeek8 committed Nov 16, 2019
1 parent d728cee commit 7a9bf4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gendeb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if ! which ldid &> /dev/null; then
exit 1
fi

INDS_VER=$(/usr/libexec/PlistBuddy -c "Print :CFBundleShortVersionString" iNDS/Base.lproj/iNDS-Info.plist)
INDS_VER=$(sed -n '/MARKETING_VERSION/{s/MARKETING_VERSION = //;s/;//;s/^[[:space:]]*//;p;q;}' ./iNDS.xcodeproj/project.pbxproj)
OUTDIR=./dist/out.xcarchive
OUTFILE="dist/net.nerd.iNDS_${INDS_VER}_iphoneos-arm.deb"
ORIG=$(pwd)
Expand Down

0 comments on commit 7a9bf4d

Please sign in to comment.