Updated Contributing (markdown)

JHubi1 2024-09-08 01:09:20 +02:00
parent 256156dc0b
commit d97ff8669f
1 changed files with 4 additions and 2 deletions

@ -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. 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 ```bash
dart run script/build.dart 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:**_ _**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. 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.