You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dart SDK Version (dart --version) Dart SDK version: 2.12.1 (stable) (Wed Mar 10 10:18:47 2021 +0100) on "windows_x64"
Whether you are using Windows, MacOSX, or Linux (if applicable) Windows
Whether you are using Chrome, Safari, Firefox, Edge (if applicable)
I want to add an icon to a dart console app, but I tried using rcedit, resourcehacker, none of them works, see electron/rcedit#91 (comment) for more details. Maybe the exe compiled from dart is not an ordinary exe like msvc, rust build, I tried to add icon to exe build from rust, it is ok.
I hope the dart compile could support this feature built-in.
The text was updated successfully, but these errors were encountered:
Thank you for taking the time to file an issue!
dart --version
) Dart SDK version: 2.12.1 (stable) (Wed Mar 10 10:18:47 2021 +0100) on "windows_x64"I want to add an icon to a dart console app, but I tried using
rcedit
,resourcehacker
, none of them works, see electron/rcedit#91 (comment) for more details. Maybe the exe compiled from dart is not an ordinary exe likemsvc
,rust
build, I tried to add icon to exe build fromrust
, it is ok.I hope the dart compile could support this feature built-in.
The text was updated successfully, but these errors were encountered: