@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 +1 -1
- package/rebuild.cmd +2 -2
- package/#build-apk.cmd.asv# +0 -4
package/package.json
CHANGED
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
|
package/#build-apk.cmd.asv#
DELETED