Skip to content

Commit

Permalink
Updated commands for newer convention (#9909)
Browse files Browse the repository at this point in the history
_Description:_

This PR updates the command for building Linux apps for distribution,
according to the new style of folder structure used by Flutter. The
previous command was outdated and did not work with the latest version
of Flutter.

_Issues fixed by this PR:_

Fixes #1234 

## Presubmit checklist

- [x] This PR doesn’t contain automatically generated corrections
(Grammarly or similar).
- [x] This PR follows the [Google Developer Documentation Style
Guidelines](https://developers.google.com/style) — for example, it
doesn’t use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first person).
- [x] This PR uses [semantic line
breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks)
of 80 characters or fewer.
  • Loading branch information
KarthiDreamr authored Dec 10, 2023
1 parent 471a8a1 commit ada3303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform-integration/linux/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ the system libraries it depends upon as follows:

```terminal
$ flutter build linux --release
$ ldd build/linux/release/bundle/linux_desktop_test
$ ldd build/linux/x64/release/bundle/linux_desktop_test
```

To wrap up this application for distribution
Expand Down

0 comments on commit ada3303

Please sign in to comment.