Skip to content

Conversation

SergeevPavel
Copy link
Collaborator

some features, e.g., macOS notifications don't work without a propper application bundle

some features, e.g., macOS notifications don't work without a propper application bundle
dependsOn(tasks.named("ktlintFormat"))
}

tasks.register<Exec>("runPackaged") {
Copy link
Member

@Alovchin91 Alovchin91 Oct 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's call it runPackagedMacSample or something like that. On Windows, some important features (high-DPI, notifications, jump lists) will also require an executable with a manifest, so the next logical step would be to add a Win32 packaged run option.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure I will do something like that before merging it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants