-
-
Notifications
You must be signed in to change notification settings - Fork 17
feat: New macros, cleanup and clarification on flag arguments #271
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
base: main
Are you sure you want to change the base?
Conversation
Deploying devdocs with
|
| Latest commit: |
86ec0e6
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://9b0a2846.devdocs-next.pages.dev |
| Branch Preview URL: | https://gil-chore-more-macros.devdocs-next.pages.dev |
| - `-u <argument>` MAY be used to set either `%u` or `%U` in the desktop file. If using this you MUST NOT use `u` as a macro name for any reason. | ||
| - `%u{:rpmspec}` means that a desktop file can only read one URL at a time, `%U{:rpmspec}` means that it can read multiple at a time. These are what are known as [exec keys](https://specifications.freedesktop.org/desktop-entry/latest/exec-variables.html). | ||
| - Defer to what the desktop file originally contained if you are unsure which to use. | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Give examples for -f, -k, and -u?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is one for -k but I can do the others.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops yeah I meant the ones without one
| - Defer to what the desktop file originally contained if you are unsure which to use. | ||
|
|
||
| ### %desktop_file_install | ||
| SHOULD be used to install a .desktop file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update the policy/guidelines/wherever the .desktop stuff is to do this/link to this
| #### %npm_build | ||
| SHOULD be used for building Electron or Tauri apps with NPM. Has a great deal of flags to work around NPM specific limitations. | ||
|
|
||
| Available flags: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Examples for these would be nice too
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
No description provided.