Skip to content

Commit 69c5543

Browse files
committed
Try to build it...
1 parent cecfcb9 commit 69c5543

4 files changed

+48
-0
lines changed

flatpak/OpenAndroidInstaller.png

20 KB
Loading
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[Desktop Entry]
2+
Version=1.0
3+
Type=Application
4+
5+
Name=OpenAndroidInstaller
6+
Comment= Makes installing alternative Android distributions nice and easy.
7+
Categories=Utility;FileTools;
8+
9+
Icon=OpenAndroidInstaller
10+
Exec=openandroidinstaller
11+
Terminal=false
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<component type="desktop-application">
3+
<id>org.openandroidinstaller.OpenAndroidInstaller</id>
4+
5+
<name>OpenAndroidInstaller</name>
6+
<summary> Makes installing alternative Android distributions nice and easy. </summary>
7+
8+
<metadata_license>CC-BY-SA-4.0</metadata_license>
9+
<project_license>GPL-3.0-or-later</project_license>
10+
11+
<description>
12+
<p>
13+
The OpenAndroidInstaller project helps Android users to keep their smartphone&apos;s operating system up to date with free software and to continue using the device even though the manufacturer no longer offers updates. With a graphical installation software, users are easily guided through the installation process of free Android operating systems like LineageOS.
14+
</p>
15+
</description>
16+
17+
<launchable type="desktop-id">org.openandroidinstaller.OpenAndroidInstaller.desktop</launchable>
18+
</component>
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
app-id: org.openandroidinstaller.OpenAndroidInstaller
2+
runtime: org.freedesktop.Platform
3+
runtime-version: '22.08'
4+
sdk: org.freedesktop.Sdk
5+
command: openandroidinstaller
6+
finish-args:
7+
- --share=ipc
8+
- --socket=x11
9+
- --socket=wayland
10+
- --filesystem=host
11+
- --device=dri
12+
modules:
13+
- name: OpenAndroidInstaller
14+
buildsystem: simple
15+
build-commands:
16+
- install -D openandroidinstaller /app/bin/openandroidinstaller
17+
sources:
18+
- type: file
19+
path: dist/openandroidinstaller

0 commit comments

Comments
 (0)