Pepguy commited on
Commit
54ae71f
·
verified ·
1 Parent(s): 5920847

Update signing.html

Browse files
Files changed (1) hide show
  1. signing.html +1 -1
signing.html CHANGED
@@ -48,7 +48,7 @@
48
  <button onclick="openApp()"> Open </button>
49
 
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
  }
 
48
  <button onclick="openApp()"> Open </button>
49
 
50
  <script>
51
+ const appPackage = "everydaydresscode"; // update with your actual Android package name
52
  function openApp() {
53
  window.location.href = `${appPackage}://`//`intent://#Intent;package=${appPackage};end`;
54
  }