Skip to content
New issue

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

[bug] The github action package does not adapt the dmg attribute. #10232

Closed
ayangweb opened this issue Jul 9, 2024 · 1 comment
Closed

[bug] The github action package does not adapt the dmg attribute. #10232

ayangweb opened this issue Jul 9, 2024 · 1 comment
Labels
status: needs triage This issue needs to triage, applied to new issues type: bug

Comments

@ayangweb
Copy link

ayangweb commented Jul 9, 2024

Describe the bug

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:

image

but the github action package looks like this:

image

Reproduction

No response

Expected behavior

No response

Full tauri info output

[✔] 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

Stack trace

No response

Additional context

No response

@ayangweb ayangweb added status: needs triage This issue needs to triage, applied to new issues type: bug labels Jul 9, 2024
@FabianLars
Copy link
Member

This is tracked here tauri-apps/tauri-action#740 (i'd apprecaite it if you could try the mentioned workaround)

@FabianLars FabianLars closed this as not planned Won't fix, can't repro, duplicate, stale Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: needs triage This issue needs to triage, applied to new issues type: bug
Projects
None yet
Development

No branches or pull requests

2 participants