Skip to content

Commit

Permalink
Merge pull request #52 from rizeon/patch-1
Browse files Browse the repository at this point in the history
Update certDP.sh manifest' zipEntry path so it works in iTAK and ATAK
  • Loading branch information
FarrantAlex committed Jul 11, 2024
2 parents 9674439 + 5b77068 commit 86aadf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/certDP.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ echo " <Parameter name=\"name\" value=\"$USER DP\"/>" >> manifest.xml
echo " <Parameter name=\"onReceiveDelete\" value=\"true\"/>" >> manifest.xml
echo " </Configuration>" >> manifest.xml
echo " <Contents>" >> manifest.xml
echo " <Content ignore=\"false\" zipEntry=\"server.pref\"/>" >> manifest.xml
echo " <Content ignore=\"false\" zipEntry=\"$IP.p12\"/>" >> manifest.xml
echo " <Content ignore=\"false\" zipEntry=\"$USER.p12\"/>" >> manifest.xml
echo " <Content ignore=\"false\" zipEntry=\"certs\\server.pref\"/>" >> manifest.xml
echo " <Content ignore=\"false\" zipEntry=\"certs\\$IP.p12\"/>" >> manifest.xml
echo " <Content ignore=\"false\" zipEntry=\"certs\\$USER.p12\"/>" >> manifest.xml
echo " </Contents>" >> manifest.xml
echo "</MissionPackageManifest>" >> manifest.xml

Expand Down

0 comments on commit 86aadf7

Please sign in to comment.