Skip to content

Make the terminal not appear on Window #4

@Rodrigodd

Description

@Rodrigodd

In principle, we only need to add #![windows_subsystem = "windows"] to the crate root to make it not spawn a terminal. But this would also make it not attach to the terminal it is called from, which makes the CLI more clumsy.

Ideally, we should also distribute a .cmd shim that calls the main binary and attaches it to its terminal. There are a couple of ways of doing this (I only remember the one used in mpv, right now), and I need to find out which one is better/easier to implement.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions