Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanabx committed May 24, 2024
1 parent 498a6ab commit 31500a5
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 9 deletions.
24 changes: 18 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
![Flatrun](res/social_preview.png)
# Flatrun - Run Flatpaks without installing!

Run `flatrun run path <path_to_flatpak>` to run a .flatpak file!
Run the graphical user interface:

Or, run a flatpak from flathub with `flatrun run name flathub <appid>`!
```sh
flatpak run io.github.ryanabx.flatrun --gui
```

Or, run a .flatpak bundle straight from the terminal!:

Try `flatrun --gui` to run the graphical interface!
```sh
flatpak run io.github.ryanabx.flatrun bundle [PATH]
```

> **NOTE:** Please help test this and [Submit ISSUES](https://github.com/ryanabx/flatrun/issues/new) when you come across them!
Expand All @@ -13,5 +19,11 @@ Try `flatrun --gui` to run the graphical interface!
**Flatpak is the only supported method of building Flatrun**. Install `flatpak-builder` and run:

```sh
flatpak-builder --install --user .build flatpak/io.github.ryanabx.flatrun.yml
```
flatpak-builder --install --user [BUILD_DIR] flatpak/io.github.ryanabx.flatrun.yml
```

## Screenshots

![Loading screen for Flatrun](res/screenshot1.png)

![Running screen for Flatrun](res/screenshot2.png)
2 changes: 1 addition & 1 deletion data/io.github.ryanabx.flatrun.metainfo.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="console-application">
<component type="desktop-application">
<id>io.github.ryanabx.flatrun</id>
<name>Flatrun</name>
<metadata_license>CC0-1.0</metadata_license>
Expand Down
5 changes: 4 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Flatrun
# Flatrun: https://github.com/ryanabx/flatrun

Run Flatpaks without installing them!

[Submit issues](https://github.com/ryanabx/flatrun/issues/new)
2 changes: 1 addition & 1 deletion flatpak/io.github.ryanabx.flatrun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ modules:
sources:
- type: git
url: https://github.com/ryanabx/flatrun.git
tag: v0.1.0
tag: v0.1.1
- generated-sources.json

Binary file added res/screenshot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/screenshot2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 31500a5

Please sign in to comment.