Update signing.html
Browse files- signing.html +1 -1
signing.html
CHANGED
|
@@ -50,7 +50,7 @@
|
|
| 50 |
<script>
|
| 51 |
const appPackage = "com.everydaycats.dresscode"; // update with your actual Android package name
|
| 52 |
function openApp() {
|
| 53 |
-
window.location.href =
|
| 54 |
}
|
| 55 |
</script>
|
| 56 |
</body>
|
|
|
|
| 50 |
<script>
|
| 51 |
const appPackage = "com.everydaycats.dresscode"; // update with your actual Android package name
|
| 52 |
function openApp() {
|
| 53 |
+
window.location.href = `${appPackage}://`//`intent://#Intent;package=${appPackage};end`;
|
| 54 |
}
|
| 55 |
</script>
|
| 56 |
</body>
|