1.0.7 • Published 4 years ago

macos-bundle v1.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

MacOS Bundle

What is MacOS Bundle?

MacOS Bundle is a package that creates a MacOS app bundle.

Installation

Run the command

npm i macos-bundle -g

to install MacOS Bundle. (MacOS Bundle must be installed globally to use the shell command.)

Usage

1. Create an app with a structure like that follows the below guidelines:

• The name of the root directory of your app must be the title of your app. • The entry point for your app must be a file titled main in the root of your project. • The icon for your app must be a file titled Icon.icns in the root of your project.

2. Run the command

bundle [version]

to bundle the app with the version number version. The resulting MacOS application appears in the parent directory of your app.

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago