Update signing.html
Browse files- signing.html +1 -1
signing.html
CHANGED
|
@@ -31,7 +31,7 @@
|
|
| 31 |
<p>If nothing happens, please open it manually.</p>
|
| 32 |
|
| 33 |
<script>
|
| 34 |
-
const appPackage = "com.publicstring.everydaycats"; // update with your actual Android package name
|
| 35 |
|
| 36 |
// Attempt to open the app
|
| 37 |
window.location.href = `intent://#Intent;package=${appPackage};end`;
|
|
|
|
| 31 |
<p>If nothing happens, please open it manually.</p>
|
| 32 |
|
| 33 |
<script>
|
| 34 |
+
const appPackage = "com.public_string.dubem"; // "com.publicstring.everydaycats"; // update with your actual Android package name
|
| 35 |
|
| 36 |
// Attempt to open the app
|
| 37 |
window.location.href = `intent://#Intent;package=${appPackage};end`;
|