@kano/kit-app-shell-windows

0.0.3-alpha.90 • Public • Published

Kash windows

Generates a windows installer

Setup

In your project's config files add the following:

{
    "ICONS": {
        "WINDOWS": "<path to icon>",
        "WINDOWS_INSTALLER": "<path to icon>",
        "WINDOWS_INSTALLER_BIG": "<path to icon>",
        "MIN_WINDOWS_VERSION": "<Min supported version for this app>",
        "MANUFACTURER": "<Manufacturer>"
    }
}

All the icons are resolved from the root of your project. These images must have the right extension and format:

WINDOWS: App icon, used in taskbar and titlebar .ico -> 256x256 WINDOWS_INSTALLER: Installer icon used in installer menu .bmp -> 410x797 WINDOWS_INSTALLER_BIG: Installer Left pane icon .bmp -> 138x140

Default icons will be used is not provided.

MIN_WINDOWS_VERSION: See http://www.jrsoftware.org/ishelp/index.php?topic=setup_minversion. Default to 10.0.15014

MANUFACTURER: Is used in the metadata of the generated app

Development

This platform uses electron-packager to create a windows application from your project. This application is then used to create a windows Innosetup installer using the installer.iss script

Readme

Keywords

none

Package Sidebar

Install

npm i @kano/kit-app-shell-windows

Weekly Downloads

3

Version

0.0.3-alpha.90

License

MIT

Unpacked Size

1.92 MB

Total Files

41

Last publish

Collaborators

  • thefijimonster
  • dianlin61
  • jacobmorgan99
  • alexnklein
  • ellenw3lsh
  • camuskano
  • alexfiennes
  • kanocomputing
  • jamie_old_plantain