Skip to content

Commit 2350ed4

Browse files
committed
chore: sync version/config for v0.2.0
1 parent f42acb7 commit 2350ed4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"build": "tsc && vite build",
1010
"preview": "vite preview",
1111
"tauri": "tauri",
12+
"build:dmg": "tauri build --bundles dmg",
1213
"check": "tsc --noEmit && cd src-tauri && cargo check"
1314
},
1415
"dependencies": {

src-tauri/tauri.conf.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,12 @@
9393
"exceptionDomain": "",
9494
"signingIdentity": null,
9595
"providerShortName": null,
96-
"entitlements": "entitlements.plist"
96+
"entitlements": "entitlements.plist",
97+
"dmg": {
98+
"windowSize": { "width": 540, "height": 380 },
99+
"appPosition": { "x": 140, "y": 200 },
100+
"applicationFolderPosition": { "x": 400, "y": 200 }
101+
}
97102
}
98103
}
99104
}

0 commit comments

Comments
 (0)