pake-cli 3.8.7 → 3.9.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.
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "pake"
3
- version = "3.8.7"
3
+ version = "3.9.0"
4
4
  description = "🤱🏻 Turn any webpage into a desktop app with Rust."
5
5
  authors = ["Tw93"]
6
6
  license = "MIT"
@@ -4,7 +4,23 @@
4
4
  "active": true,
5
5
  "targets": ["dmg"],
6
6
  "macOS": {
7
- "signingIdentity": "-"
7
+ "signingIdentity": "-",
8
+ "hardenedRuntime": true,
9
+ "dmg": {
10
+ "background": "assets/macos/dmg/background.png",
11
+ "windowSize": {
12
+ "width": 680,
13
+ "height": 420
14
+ },
15
+ "appPosition": {
16
+ "x": 190,
17
+ "y": 250
18
+ },
19
+ "applicationFolderPosition": {
20
+ "x": 500,
21
+ "y": 250
22
+ }
23
+ }
8
24
  }
9
25
  }
10
26
  }