Skip to content

Commit a64e995

Browse files
Remove the deployment with AppImage (#66)
1 parent 5a9c9e2 commit a64e995

3 files changed

Lines changed: 0 additions & 192 deletions

File tree

.github/workflows/appimage.yml

Lines changed: 0 additions & 67 deletions
This file was deleted.

AppImageBuilder.yml

Lines changed: 0 additions & 111 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -39,20 +39,6 @@ Inside the virtual environment, install the application from `pip`:
3939
pip install robot-log-visualizer
4040
```
4141

42-
### 📦 Use the `AppImage`
43-
If you are in a Linux distribution you can use the [`AppImage`](https://appimage.org/).
44-
Please run the following command on your terminal. Remember to change the `version` number in the following command
45-
```console
46-
version=0.6.1
47-
wget https://github.com/ami-iit/robot-log-visualizer/releases/download/v${version}/robot-log-visualizer-${version}-x86_64.AppImage
48-
chmod a+x robot-log-visualizer-${version}-x86_64.AppImage
49-
```
50-
51-
Run the application
52-
```console
53-
./robot-log-visualizer-${version}-x86_64.AppImage
54-
```
55-
5642
### 👷 Install the latest version (not recommended)
5743
If you want to use the latest feature of the `robot-log-visualizer` you can install it with the
5844
following command

0 commit comments

Comments
 (0)