Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2e536a5a authored by Pixelcode's avatar Pixelcode Committed by Weblate
Browse files

Translated using Weblate (German)

Currently translated at 15.0% (16 of 106 strings)

Translation: /e/ support center/Pages/Easy-Installer-Contribute
Translate-URL: https://i18n.e.foundation/projects/e-support-center/pageseasy-installer-contribute/de/
parent a16520f8
Loading
Loading
Loading
Loading
+11 −11
Original line number Diff line number Diff line
@@ -25,28 +25,28 @@ prompt: `./gradlew dist`

Note: "dist" for "distribution"

#### Ergebnis
Es werden 3 gezippte Artefakte erstellt werden, die zusammen in ein einziges Archiv gezippt sind:
#### Result
It will create 3 zipped artifacts, zipped together in a single archive :
- linux-x64
- windows-x64
- mac

Location of the artifacts :
Speicherort der Artefakte:

Zipped build : "/build/distributions/"
Gezippter Build: "/build/distributions/"

Unzipped build : "/build/image/"

#### What does this command do?

Compiled java version is provided from "buildSrc" folder. There is one version for each platform (windows, osx, linux). That will allow to have an installation free application. thanks to java 9+, it only includes required modules.
Die kompilierte Java-Version wird vom "buildSrc"-Ordner geliefert. Es gibt eine Version für jede Plattform (Windows, OSX, Linux). Dies ermöglicht eine installationsfreie Anwendung. Dank Java 9+ beinhaltet es nur notwendige Module.

99% of the job is done by the "badass jlink plugin" (see section below).
The remaining 1% consist of:
- copying ADB
- copying heimdall
- copying fastboot
- flash's scripts
99% des Jobs wird durch "badass jlink plugin"erledigt (siehe unterer Abschnitt).
Die restlichen 1% entfallen auf:
- ADB kopieren
- heimdall kopieren
- fastboot kopieren
- flashs Skripte

from "buildSrc" and "flash-scripts" folders into the build.