Skip to content

Commit

Permalink
update urls
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishrbAtJambit committed Jan 10, 2023
1 parent b706f43 commit 60ac554
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Manifest.plist
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@
<key>kind</key>
<string>software-package</string>
<key>url</key>
<string>https://github.com/jambit/aroma/blob/main/aroma.ipa</string>
<string>https://raw.githubusercontent.com/jambit/aroma/main/aroma.ipa</string>
</dict>
<dict>
<key>kind</key>
<string>full-size-image</string>
<key>needs-shine</key>
<true/>
<key>url</key>
<string>https://github.com/jambit/aroma/blob/main/jambit-big.png</string>
<string>https://raw.githubusercontent.com/jambit/aroma/main/jambit-big.png</string>
</dict>
<dict>
<key>kind</key>
<string>display-image</string>
<key>needs-shine</key>
<true/>
<key>url</key>
<string>https://github.com/jambit/aroma/blob/main/jambit-small.png</string>
<string>https://raw.githubusercontent.com/jambit/aroma/main/jambit-small.png</string>
</dict>
</array>
<key>metadata</key>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
</head>
<body>
<h1>Download our app</h1>
<a href="itms-services://?action=download-manifest&url=https://github.com/jambit/aroma/blob/main/Manifest.plist" id="text"> Download our application</a>
<a href="itms-services://?action=download-manifest&url=https://raw.githubusercontent.com/jambit/aroma/main/Manifest.plist" id="text"> Download our application</a>
</body>
</html>

0 comments on commit 60ac554

Please sign in to comment.