MrTanoshii / rusty-autoclicker

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

Remove hardcoded app icon in favor of soft linked using path #14

Closed MrTanoshii closed 2 years ago

MrTanoshii commented 2 years ago

Problem

The app icon is currently hardcoded in icon.rs. This gets the job done but is not ideal.

I have previously tried using include_bytes but did not have any luck.

Solution

The app icon should be provided to the code as a link and embedded in the binary during `cargo build

The path should be the relative link to the icon in the assets folder: ./assets/icon-64x64.ico

ChancellorCeti commented 2 years ago

I would like to work on this, could you assign it to me?