Skip to content

hibays/Wapt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wapt - Web Application Packaging Toolkit

中文 | English

It helps to package Web URL into a single executable file via Webui.

How to build

  1. Clone the repository

    git clone https://github.com/hibays/Wapt.git
    cd Wapt
  2. 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!

How to add a new Web URL

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

About

用来构建一些桌面PWA(联网)的库

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors