From 720a5d6ae105ed15bfc5fc6a1073ba0d721a758c Mon Sep 17 00:00:00 2001 From: Jun <75189933+MXS-Jun@users.noreply.github.com> Date: Mon, 25 Nov 2024 16:34:25 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 360eb22..8a86955 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ Basically, the quality of the deb package you build based on the arguments you p You can find AppImages to convert [here](https://appimage.github.io/apps/). +The program will not extract AppImages to make debs, it will use an original single AppImage file to make a deb. + # Dependencies To run `main.py` successfully you should install `PyQt5`. The `build.sh` will be called by a function in `main.py`, to run `build.sh` properly, you should have a `bash` environment with `fakeroot` installed.