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

[BUG] snap/gui/app_icon.desktop replaced on icons_launcher:create. #23

Closed
fredrikbaberg opened this issue Nov 12, 2022 · 3 comments
Closed

Comments

@fredrikbaberg
Copy link

ℹ️ Info

v2.0.5

💬 Description

When running flutter pub run icons_launcher:create, the file snap/gui/app_icon.desktop is overwritten by an example file. For example, I have changed Name and Comment in the file and this is replaced by the default values:

Name=Flutter Linux App
Comment=Flutter Linux launcher icon

📜 Pubspec.yaml

icons_launcher.yaml as follows:

icons_launcher:
  image_path: "assets/icons/logo.png"
  platforms:
    android:
      enable: true
    ios:
      enable: false
    linux:
      enable: true
    macos:
      enable: false
    web:
      enable: true
    windows:
      enable: true
@mrrhak
Copy link
Owner

mrrhak commented Nov 12, 2022

Hello @fredrikbaberg,

Thank you for reporting this issue. I will fix it asap.

@mrrhak mrrhak closed this as completed Nov 12, 2022
@fredrikbaberg
Copy link
Author

Thank you, I've verified that it works now.
Also, thank you for creating this package!

@mrrhak
Copy link
Owner

mrrhak commented Nov 14, 2022

Thank you

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

No branches or pull requests

2 participants