@todesktop/cli 1.19.0-3 → 1.19.0

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 CHANGED
@@ -48,7 +48,7 @@ Create a `todesktop.json` file in the root of your Electron project.
48
48
 
49
49
  ```json
50
50
  {
51
- "$schema": "https://unpkg.com/@todesktop/cli@1.19.0-3/schemas/schema.json",
51
+ "$schema": "https://unpkg.com/@todesktop/cli@1.19.0-1/schemas/schema.json",
52
52
  "schemaVersion": 1
53
53
  "id": "your-todesktop-id",
54
54
  "icon": "./desktop-icon.png",
@@ -413,7 +413,7 @@ To enable JSON validation and IntelliSense for your `todesktop.json` file in com
413
413
  - For example, if using a hosted version of the schema:
414
414
  ```json
415
415
  {
416
- "$schema": "https://unpkg.com/@todesktop/cli@1.19.0-3/schemas/schema.json",
416
+ "$schema": "https://unpkg.com/@todesktop/cli@1.19.0-1/schemas/schema.json",
417
417
  "id": "your-todesktop-id"
418
418
  }
419
419
  ```
@@ -840,7 +840,7 @@ when creating your `BrowserWindow`s.
840
840
 
841
841
  #### `linux.imageVersion` - (optional) string
842
842
 
843
- Default: `0.0.11`
843
+ Default: `0.0.12`
844
844
 
845
845
  Example: `0.1.0`
846
846