Pepguy commited on
Commit
5920847
·
verified ·
1 Parent(s): 7fcc732

Update signing.html

Browse files
Files changed (1) hide show
  1. 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 = `intent://#Intent;package=${appPackage};end`;
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>