step 5: generate QPKG file

  1. myapp structure ├── package_routines ├── qpkg.cfg ├── README.md ├── shared │ ├── index.html │ └── myapp.sh └── x86_64 └── mynginx.tar

  2. Use below command to build the QPKG file

     [~/myapp] # qbuild
     Creating archive with data files...
     Creating archive with control files...
     Creating QPKG package...
  3. The QPKG file will be generated in the build folder

     [~/myapp] # cd build/
     [~/myapp/build] # ls
     myapp_0.1.qpkg

Last updated