@bobfrankston/mailx 1.0.446 → 1.0.447

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bobfrankston/mailx",
3
- "version": "1.0.446",
3
+ "version": "1.0.447",
4
4
  "description": "Local-first email client with IMAP sync and standalone native app",
5
5
  "type": "module",
6
6
  "main": "bin/mailx.js",
package/rebuild.cmd CHANGED
@@ -1,12 +1,12 @@
1
1
  @echo off
2
- REM ─────────────────────────────────────────────────────────────────────────
2
+ REM -------------------------------------------------------------------------
3
3
  REM rebuild.cmd — one-shot release: npmglobalize + APK.
4
4
  REM Runs the desktop release workflow (npmglobalize commits, tags, bumps,
5
5
  REM publishes the npm package) and, only if that succeeds, rebuilds the
6
6
  REM Android MAUI APK + copies it into download/apks/ + updates versions.json.
7
7
  REM Anything non-zero from npmglobalize aborts before the APK stage — no
8
8
  REM point building an APK against a failed publish.
9
- REM ─────────────────────────────────────────────────────────────────────────
9
+ REM -------------------------------------------------------------------------
10
10
 
11
11
  cls
12
12
  setlocal
@@ -1,4 +0,0 @@
1
- setlocal
2
- cd %~dp0android-maui
3
- call build-apk.cmd
4
- cls &