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

Fix windows compile errors and Linux permisson errors that occur when trying to use this in an appimage or a distro package. #54

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

Hzqkii
Copy link
Contributor

@Hzqkii Hzqkii commented Jul 21, 2024

No description provided.

@@ -37,7 +37,7 @@ winit = "0.30.0" # load icon
image = "0.25.1" # load icon
copypasta = "0.10.1" # copy to clipboard

winapi = "0.3.9"
winapi = { version = "0.3.9", features = ["wincon"] }
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixes the failure in build seen here: https://github.com/couleur-tweak-tips/smoothie-rs/actions/runs/9840945429/job/27166377451

11  |     wincon::GetConsoleWindow,
    |     ^^^^^^ could not find `wincon` in `um`

@Z1xus
Copy link
Contributor

Z1xus commented Oct 28, 2024

couleur better merge that

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.

3 participants