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

Commit 0b00dac9 authored by Pixelcode's avatar Pixelcode Committed by Weblate
Browse files

Translated using Weblate (German)

Currently translated at 16.9% (18 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 d818ecc1
Loading
Loading
Loading
Loading
+14 −14
Original line number Diff line number Diff line
@@ -31,28 +31,28 @@ It will create 3 zipped artifacts, zipped together in a single archive :
- windows-x64
- mac

Speicherort der Artefakte:
Location of the artifacts :

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

Entpacktes Build : "/build/image/"
Unzipped build : "/build/image/"

#### Was bewirkt dieser Befehl?
#### What does this command do?

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.
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.

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
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

from "buildSrc" and "flash-scripts" folders into the build.
von den Ordnern „buildSrc“ und flash-scripts“ in den Build.


#### What is used to make the build ?
It uses the ["badass jlink plugin"](https://badass-jlink-plugin.beryx.org/releases/latest/#_properties)
#### Was wird genutzt, um den Build zu erstellen?
Es nutzt das „[badass jlink plugin](https://badass-jlink-plugin.beryx.org/releases/latest/#_properties)


## Feature idea