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
If the license-file field is used to define a path to a custom license instead of the license field (See #57), then the file extension should be checked and if the extension is RTF, then the file should be used for the EULA in the license agreement dialog of the installer.
This allows a developer to include a RTF license and define it only in the Cargo.toml file to be used as the EULA and sidecar file without having to use the -E,--eula option (See #57) during initialization.
The text was updated successfully, but these errors were encountered:
If the
license-file
field is used to define a path to a custom license instead of thelicense
field (See #57), then the file extension should be checked and if the extension is RTF, then the file should be used for the EULA in the license agreement dialog of the installer.This allows a developer to include a RTF license and define it only in the Cargo.toml file to be used as the EULA and sidecar file without having to use the
-E,--eula
option (See #57) during initialization.The text was updated successfully, but these errors were encountered: