Refactor opencode binary resolution to use login shell for full PATH and enhance dmg configuration in tauri.conf.json
This commit is contained in:
@@ -45,7 +45,12 @@
|
||||
"exceptionDomain": "localhost",
|
||||
"minimumSystemVersion": "14.0",
|
||||
"signingIdentity": null,
|
||||
"infoPlist": "Info.plist"
|
||||
"infoPlist": "Info.plist",
|
||||
"dmg": {
|
||||
"appPosition": { "x": 180, "y": 170 },
|
||||
"applicationFolderPosition": { "x": 480, "y": 170 },
|
||||
"windowSize": { "width": 660, "height": 400 }
|
||||
}
|
||||
},
|
||||
"createUpdaterArtifacts": true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user