Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/others/about_us_version_resolver.dart
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ Future<String> _loadLinuxBundleVersion({
final candidatePaths = <String>[
'${executableParent.path}/data/flutter_assets/version.json',
'${executableParent.parent.path}/share/pslab/flutter_assets/version.json',
'/usr/share/pslab/flutter_assets/version.json',
];
Comment thread
marcnause marked this conversation as resolved.
Comment on lines 57 to 61

for (final candidatePath in candidatePaths) {
Expand Down
Loading