Skip to content

Commit

Permalink
Try to build it...
Browse files Browse the repository at this point in the history
  • Loading branch information
tsterbak committed May 1, 2023
1 parent cecfcb9 commit 69c5543
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 0 deletions.
Binary file added flatpak/OpenAndroidInstaller.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions flatpak/org.openandroidinstaller.OpenAndroidInstaller.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[Desktop Entry]
Version=1.0
Type=Application

Name=OpenAndroidInstaller
Comment= Makes installing alternative Android distributions nice and easy.
Categories=Utility;FileTools;

Icon=OpenAndroidInstaller
Exec=openandroidinstaller
Terminal=false
18 changes: 18 additions & 0 deletions flatpak/org.openandroidinstaller.OpenAndroidInstaller.metainfo.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>org.openandroidinstaller.OpenAndroidInstaller</id>

<name>OpenAndroidInstaller</name>
<summary> Makes installing alternative Android distributions nice and easy. </summary>

<metadata_license>CC-BY-SA-4.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>

<description>
<p>
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.
</p>
</description>

<launchable type="desktop-id">org.openandroidinstaller.OpenAndroidInstaller.desktop</launchable>
</component>
19 changes: 19 additions & 0 deletions org.openandroidinstaller.OpenAndroidInstaller.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
app-id: org.openandroidinstaller.OpenAndroidInstaller
runtime: org.freedesktop.Platform
runtime-version: '22.08'
sdk: org.freedesktop.Sdk
command: openandroidinstaller
finish-args:
- --share=ipc
- --socket=x11
- --socket=wayland
- --filesystem=host
- --device=dri
modules:
- name: OpenAndroidInstaller
buildsystem: simple
build-commands:
- install -D openandroidinstaller /app/bin/openandroidinstaller
sources:
- type: file
path: dist/openandroidinstaller

0 comments on commit 69c5543

Please sign in to comment.