Renku is a simple cross platform Image Board and Booru browser
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
331 B

4 years ago
4 years ago
  1. # Application Name
  2. NAME="Renku"
  3. # Application entrypoint
  4. MAIN_ENTRYPOINT="app/renku.py"
  5. # Application build directory. Typically <script name>.build
  6. BUILD_DIRECTORY="renku.build"
  7. # Application dist directory. Typically <script name>.dist
  8. DIST_DIRECTORY="renku.dist"
  9. # Directory for distributables
  10. DISTRIBUTABLES_DIRECTORY="dists"