Skip to content

microscope-cockpit/cockpit-distribution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rules to create Cockpit installers for Windows.

This repository makes use of submodules.  After cloning, the
submodules need to be initialised and updated:

    $ git submodule init
    $ git submodule update

To build an installer:

    $ pip install \
        --no-index \
        --install-option="--install-lib=$(pwd)/installed/lib" \
        --install-option="--install-scripts=$(pwd)/installed/scripts" \
        cockpit/

    $ pyinstaller cockpit.spec
    $ SetupInno cockpit.iss

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages