From fbf68d69a332810d74a05709b2289ae4f313a8a6 Mon Sep 17 00:00:00 2001 From: Hannes Kuchelmeister Date: Mon, 26 Feb 2024 20:11:47 +0100 Subject: [PATCH] remove sh file for building and rely on builder --- README.md | 16 +++++++--------- build_install_local.sh | 2 -- 2 files changed, 7 insertions(+), 11 deletions(-) delete mode 100755 build_install_local.sh diff --git a/README.md b/README.md index f3ecb95..7bed2cb 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/build_install_local.sh b/build_install_local.sh deleted file mode 100755 index 65cec68..0000000 --- a/build_install_local.sh +++ /dev/null @@ -1,2 +0,0 @@ -flatpak run org.flatpak.Builder --user --install --force-clean flatpak_app build-aux/org.kuchelmeister.ToolbxTuner.Devel.json -