1.0.0 • Published 4 years ago

electronify-site v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

electronify

Actions Status - NPM

Overview

yarn electronify

Commands

Options:
  --version      Show version number                             [boolean]
  --url, -u      Your URL you want to build an archive for.      [string]
  --os, -o       Your operating system.                          [string]
  --format, -f   Your desired target format.                     [string]
  --arch, -a     The architecture of your system.                [string]
  --name, -n     The name which should be used.                  [string]
  --icon, -i     The path to your icon you wish to use.          [string]
  --verbose, -v  Activate DEBUG logging messages.                [boolean]
  --help         Show help                                       [boolean]

URL

Formats

This are the theoretically possible formats see the electron-builder documentation for more details, for the specific requirements. Especially if you want to build for a OS that differs from the one you are currently using.

OSFormat
Valid for all7z, zip, tar.xz, tar.7z, tar.lz, tar.gz, tar.bz2, dir
macosdmg, pkg, mas
linuxappimage, snap, deb, rpm, freebsd, pacman, p5p, apk
windowsnsis, nsis-web, portable, appx, msi, squirrel

Architecture

Supported: x64, ia32, armv7l, arm64

Icons

If you want to use a custom icon it shold be 512x512 in size
Windows:

  • Type .png or .ico

macOS

  • Type .icns

Linux:

  • Type: .icns

Installation

yarn global add electronify-site

or

npx electronify-site

License

MIT

1.0.0

4 years ago

0.2.15

4 years ago

0.2.14

4 years ago

0.2.13

4 years ago

0.2.12

4 years ago

0.2.11

4 years ago

0.2.10

4 years ago

0.2.9

4 years ago

0.2.8

4 years ago

0.2.7

4 years ago

0.2.6

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago