tauri
tauri copied to clipboard
feat: Unable to add files to dmg interface
Adding files directly to dmg via configuration is now supported
"bundle": {
"macOS": {
"dmg": {
"files": [
{
"x": 200,
"y": 200,
"name": "111",
"path": "./info.plist"
}
]
}
},
Package Changes Through 2a795e930a3c3e3078cd40edba80d93386690aef
There are 8 changes which include @tauri-apps/api with minor, tauri-bundler with minor, tauri-cli with minor, @tauri-apps/cli with minor, tauri with minor, tauri-runtime with minor, tauri-runtime-wry with minor, tauri-utils with patch
Planned Package Versions
The following package releases are the planned based on the context of changes in this pull request.
| package | current | next |
|---|---|---|
| @tauri-apps/api | 2.1.1 | 2.2.0 |
| tauri-utils | 2.1.0 | 2.1.1 |
| tauri-bundler | 2.1.0 | 2.2.0 |
| tauri-runtime | 2.2.0 | 2.3.0 |
| tauri-runtime-wry | 2.2.0 | 2.3.0 |
| tauri-codegen | 2.0.3 | 2.0.4 |
| tauri-macros | 2.0.3 | 2.0.4 |
| tauri-plugin | 2.0.3 | 2.0.4 |
| tauri-build | 2.0.3 | 2.0.4 |
| tauri | 2.1.1 | 2.2.0 |
| @tauri-apps/cli | 2.1.0 | 2.2.0 |
| tauri-cli | 2.1.0 | 2.2.0 |
Add another change file through the GitHub UI by following this link.
Read about change files or the docs at github.com/jbolda/covector
How should I revise this question @FabianLars