Skip to content

Commit

Permalink
Merge pull request #4 from NickvisionApps/fsobolev-patch-1
Browse files Browse the repository at this point in the history
Update self-contained flag in README
  • Loading branch information
nlogozzo authored Sep 22, 2023
2 parents 887ce4c + be9b433 commit 02e043a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
This tool is a replacement for [flatpak-dotnet-generator](https://github.com/flatpak/flatpak-builder-tools/tree/master/dotnet) python script, with some changes:
1. Written in C# (obviously)
2. Latest version of Freedesktop SDK and Dotnet are used
3. Runtime packages required to build self-contained programs get added automatically (can be disabled with `-s false`)
3. Runtime packages required to build self-contained programs get added automatically (can be disabled with `--no-self-contained`)
4. You can set additional packages to add with `-a` option

Example:
Expand Down

0 comments on commit 02e043a

Please sign in to comment.