diff --git a/Contributing.md b/Contributing.md index adc1437..53cc979 100644 --- a/Contributing.md +++ b/Contributing.md @@ -25,7 +25,7 @@ First, follow the [Flutter installation guide](https://docs.flutter.dev/get-star If you also want to build for (experimental) desktop, again follow the [Flutter installation guide](https://docs.flutter.dev/get-started/install), but this time select desktop as target. Skip the installation of the Flutter SDK if you have already done that. -Make sure dart is available as a command or added as the default program for `.dart`. Then execute the build script by running the following command in the root directory of the repository: +Make sure dart is available as a command, then execute the build script by running the following command in the root directory of the repository: ```bash dart run script/build.dart @@ -128,4 +128,6 @@ Go on GitHub and open your forks settings, under "Secrets and variables" you'll _**All platforms:**_ -Click on the tab "Actions" and open the pinned action "Build app". Tap on "Run workflow", select the platforms you'd like to build to, and click the second "Run workflow" button. This will be linting the code and then building the executables. After around five minutes, the build should be done. Reload the page, and you can find the files under the summary tab. \ No newline at end of file +Click on the tab "Actions" and open the pinned action "Build app". Tap on "Run workflow", select the platforms you'd like to build to, and click the second "Run workflow" button. This will be linting the code and then building the executables. All executables are obfuscated by default. + +After around five minutes, the build should be done. Reload the page, and you can find the files under the summary tab. \ No newline at end of file