@paigy/harness 0.3.6 → 0.3.8
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/README.md +3 -1
- package/dist/cli.js +979 -22630
- package/dist/main.js +509 -21855
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -236,7 +236,9 @@ which still belongs to paigy-listen).
|
|
|
236
236
|
## The window is not distributable (yet)
|
|
237
237
|
|
|
238
238
|
npm is the ONLY shipping channel: `@paigy/harness` installs the CLI and the whole
|
|
239
|
-
bridge
|
|
239
|
+
bridge. The host service updates itself once no session is running (`src/update.ts`), and
|
|
240
|
+
re-running `curl -fsSL https://paigy.ai/install | sh` updates it on demand and restarts it —
|
|
241
|
+
a bare `npm i -g` leaves the running host on the old code. The Electron window runs
|
|
240
242
|
from source (`electron .`) — there is no packaging, no Developer ID signing or
|
|
241
243
|
notarization, and therefore no auto-update (macOS auto-update requires the signing).
|
|
242
244
|
A downloaded unsigned app would hit Gatekeeper's "damaged" dialog, which is worse
|