mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Set application version on image conversion.
This commit is contained in:
@@ -201,7 +201,7 @@ namespace DiscImageChef.Commands
|
||||
ImageInfo metadata = new ImageInfo
|
||||
{
|
||||
Application = "DiscImageChef",
|
||||
ApplicationVersion = "", // TODO
|
||||
ApplicationVersion = Interop.Version.GetVersion(),
|
||||
Comments = options.Comments,
|
||||
Creator = options.Creator,
|
||||
DriveFirmwareRevision = options.DriveFirmwareRevision,
|
||||
|
||||
Reference in New Issue
Block a user