We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dmg
The github action package does not adapt the dmg attribute.
"tauri": { "bundle": { "dmg": { "appPosition": { "x": 180, "y": 170 }, "applicationFolderPosition": { "x": 480, "y": 170 }, "windowSize": { "width": 660, "height": 400 } } } }
vscode works:
but the github action package looks like this:
No response
tauri info
[✔] Environment - OS: Mac OS 14.4.0 X64 ✔ Xcode Command Line Tools: installed ✔ rustc: 1.79.0 (129f3b996 2024-06-10) ✔ cargo: 1.79.0 (ffa9cf99a 2024-06-03) ✔ rustup: 1.27.1 (54dd3d00f 2024-04-24) ✔ Rust toolchain: stable-aarch64-apple-darwin (default) - node: 21.7.1 - pnpm: 8.15.7 - yarn: 1.22.22 - npm: 10.5.0 [-] Packages - tauri [RUST]: 1.7.1 - tauri-build [RUST]: 1.5.3 - wry [RUST]: 0.24.10 - tao [RUST]: 0.16.9 - @tauri-apps/api [NPM]: 1.6.0 - @tauri-apps/cli [NPM]: 1.6.0 [-] App
The text was updated successfully, but these errors were encountered:
This is tracked here tauri-apps/tauri-action#740 (i'd apprecaite it if you could try the mentioned workaround)
Sorry, something went wrong.
No branches or pull requests
Describe the bug
The github action package does not adapt the
dmg
attribute.vscode works:
but the github action package looks like this:
Reproduction
No response
Expected behavior
No response
Full
tauri info
outputStack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: