Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (23 loc) · 558 Bytes

readme.md

File metadata and controls

23 lines (23 loc) · 558 Bytes

app installer

A simple program to install apps that you have made. Currently only support for Windows exists.

How to use:

Create a app.json file something like this:

{
    "name": "My Cool App",
    "icon": "logo.ico",
    "logo": "logo.png",
    "version": "v0.0.1",
    "executable": "main.exe",
    "name_safe": "a-name-safe-for-the-file-system",
    "font": "Arial",
    "publisher": "me"
}

Then make the directory data and put all of your app's files in there. Then just run:

pip install -r requirements.txt
python3 build.py