中文 | English
It helps to package Web URL into a single executable file via Webui.
-
Clone the repository
git clone https://github.com/hibays/Wapt.git cd Wapt -
Directly build via CMake
cmake -B build -DCMAKE_BUILD_TYPE=Release cmake --build build
Then, you can find the executable file in the build directory.
You can just run the executable file to start the web application.
That's it! Simple as that!
Just use the add_url.py script to add a new Web URL.
First, you must enter the project directory.
cd Wapt# Interactive mode
python add_url.py
# CLI mode
python add_url.py --name myapp --url https://myapp.com --icon myapp.ico