Skip to content

Commit 4d01546

Browse files
ndbroadbentclaude
andcommitted
Remove Applications shortcut from DMG
This is a one-off utility app - users should run it directly from the DMG rather than installing to Applications. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 3036014 commit 4d01546

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
107107
**macOS:**
108108
1. Download `ChatToMap_*.dmg`
109-
2. Open the DMG and drag ChatToMap to Applications
109+
2. Open the DMG and double-click ChatToMap to run
110110
3. Right-click and select "Open" the first time (required for unsigned apps)
111111
112112
**Windows:**

src-tauri/tauri.conf.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,11 @@
4141
"exceptionDomain": "",
4242
"frameworks": [],
4343
"providerShortName": null,
44-
"signingIdentity": null
44+
"signingIdentity": null,
45+
"dmg": {
46+
"appPosition": { "x": 200, "y": 200 },
47+
"windowSize": { "width": 400, "height": 300 }
48+
}
4549
},
4650
"windows": {
4751
"certificateThumbprint": null,

0 commit comments

Comments
 (0)