MrTanoshii / rusty-autoclicker

A pure Rust portable auto clicker built for Linux, macOS & Windows.
Creative Commons Zero v1.0 Universal
71 stars 12 forks source link

App does not run on Windows #31

Closed MrTanoshii closed 1 year ago

MrTanoshii commented 1 year ago

Reproducible steps

Working

Not Working

It seems to be starting as I can see the icon appearing briefly on my taskbar and in task manager.

nozwock commented 1 year ago

It seems to be starting as I can see the icon appearing briefly on my taskbar and in task manager.

This is exactly the bug I was going to talk about 😂, will talk about the solution tommorow. I'm out to sleep

TL:DR it's due to that app icon or whatever it's called function in main.rs, It tries to look for assets\your_icon_file in the pwd of the app and panics if it fails to find it.

MrTanoshii commented 1 year ago

Haha, I just found it too

15 introduced it. I have a lot to learn about being a maintainer still