-
Notifications
You must be signed in to change notification settings - Fork 1
microscope-cockpit/cockpit-distribution
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published