Skip to content

Latest commit

 

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages