Skip to content

Commit

Permalink
remove sh file for building and rely on builder
Browse files Browse the repository at this point in the history
  • Loading branch information
13hannes11 committed Feb 26, 2024
1 parent 3826726 commit fbf68d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@

# Toolbx Tuner
# Toolbox Tuner

Toolbx Tuner is a tool to improve the experience with [toolbx](https://containertoolbx.org/).
Toolbox Tuner is a tool to improve the experience with [toolbox](https://containertoolbx.org/).

![image](https://media.githubusercontent.com/media/13hannes11/toolbx-tuner/main/data/resources/screenshots/main_light.png)
![image](https://media.githubusercontent.com/media/13hannes11/toolbx-tuner/main/data/resources/screenshots/main_dark.png)
![image](https://media.githubusercontent.com/media/13hannes11/toolbox-tuner/main/data/resources/screenshots/main_light.png)
![image](https://media.githubusercontent.com/media/13hannes11/toolbox-tuner/main/data/resources/screenshots/main_dark.png)

## Project Roadmap

The project is currently only an mvp that only is able to list toolboxes and launch a terminal inside of them.

- [x] UI prototype
- [x] [Continuous development releases](https://github.com/13hannes11/toolbx-tuner/releases/tag/dev)
- [x] [Continuous development releases](https://github.com/13hannes11/toolbox-tuner/releases/tag/dev)
- [x] Flatpak support
- [ ] Publish on Flathub


## Installing the application

The application as of now is only available as a development build. You can download it [here](https://github.com/13hannes11/toolbx-tuner/releases/tag/dev) but be aware of unfinished features and possible instabilities.
The application as of now is only available as a development build. You can download it [here](https://github.com/13hannes11/toolbox-tuner/releases/tag/dev) but be aware of unfinished features and possible instabilities.


## Compiling Source
Expand All @@ -33,9 +33,7 @@ This project now uses *Gnome Builder* as main build tool and the Flatpak toolcha
2. `flatpak install org.gnome.Sdk`
3. `flatpak install org.freedesktop.Sdk.Extension.rust-stable`
2. Compile with:
* Flatpak Builder by opening the project folder and pressing run or
* Run `build_install_local.sh`

* Flatpak Builder by opening the project folder and pressing run

### Traditional Compilation

Expand Down
2 changes: 0 additions & 2 deletions build_install_local.sh

This file was deleted.

0 comments on commit fbf68d6

Please sign in to comment.