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

OfficialQuantumStudios/app-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages