-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Labels
status: needs triageThis issue needs to triage, applied to new issuesThis issue needs to triage, applied to new issuestype: bug
Description
Describe the bug
Currently, there are multiple separate licence options in Tauri Configuration. They should be clubbed into 1 or 2 option, with consistent naming.
Also, the name is also misleading. Current Situation:
PackageSettings: It has alicenseoption and expects a string.RpmSettings: It has license option as an alternate toPackageSettingsMacOsSettings: It has a license option, that is the path to the LICENSE file. However, it is taken asOption<String>instead ofOption<PathBuf>WixSettings: It also has a license option, which takes path to the LICENSE file, but usesOption<PathBuf>NsisSettings: Similar to WixSettings.
So, it forms a bit chaos for bundling application.
Reproduction
No response
Expected behavior
- The License should be clubbed into 1 universal option under package config.
license_fileoption should be used instead oflicenseappropiately.
Full tauri info output
Latest Tauri dev branch
Stack trace
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
status: needs triageThis issue needs to triage, applied to new issuesThis issue needs to triage, applied to new issuestype: bug