Skip to content

Commit

Permalink
Attempting to use Exec line in Linux Desktop file to make icons displ…
Browse files Browse the repository at this point in the history
…ay correctly from the symlink. Bump to v1.7.
  • Loading branch information
leo-hydraulic committed Jan 4, 2023
1 parent fabfe6b commit 253525a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions conveyor.conf
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ app {
]

linux.desktop-file."Desktop Entry".StartupWMClass = ${pubspec-yaml.name}
linux.desktop-file."Desktop Entry".Exec = ${app.linux.prefix}/bin/${app.fsname}

mac.amd64.inputs = [{
from = ${ci-artifacts-url}/build-macos-amd64.zip
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.6.0
version: 1.7.0

environment:
sdk: '>=2.18.6 <3.0.0'
Expand Down

0 comments on commit 253525a

Please sign in to comment.