Skip to content

Commit

Permalink
rm desktop file [Version]
Browse files Browse the repository at this point in the history
  • Loading branch information
madoka773 committed Jan 17, 2024
1 parent 663efc1 commit 1ffda23
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ class MakeDebConfig extends MakeLinuxPackageConfig {
}..removeWhere((key, value) => value == null),
'DESKTOP': {
'Type': 'Application',
'Version': appVersion.toString(),
'Name': displayName,
'GenericName': genericName,
'Icon': appBinaryName,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ class MakeRPMConfig extends MakeConfig {
},
'DESKTOP': {
'Type': 'Application',
'Version': appVersion.toString(),
'Name': displayName,
'GenericName': genericName,
'Icon': appName,
Expand Down

0 comments on commit 1ffda23

Please sign in to comment.