linutil icon indicating copy to clipboard operation
linutil copied to clipboard

⬇️ feat: desktop entry & manpage installation through `linutil-installer.sh`

Open adamperkowski opened this issue 1 year ago • 2 comments

Type of Change

  • [x] New feature
  • [x] UI/UX improvement

Checklist

  • [x] My code adheres to the coding and style guidelines of the project.
  • [x] I have performed a self-review of my own code.
  • [x] My changes generate no errors/warnings/merge conflicts.

adamperkowski avatar Oct 11 '24 13:10 adamperkowski

The include_dir crate appears to resolve symlinks. Instead of downloading these files from the internet, we can include them in the binary, by symlinking them into some directory the script can access.

lj3954 avatar Oct 12 '24 17:10 lj3954

The include_dir crate appears to resolve symlinks. Instead of downloading these files from the internet, we can include them in the binary, by symlinking them into some directory the script can access.

I know. Do we want to though? linutil-installer.sh already needs internet connection for its functionality.

adamperkowski avatar Oct 12 '24 17:10 adamperkowski