Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 435 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 435 Bytes

electron-builder

To Use

# Clone this repository
git clone https://github.com/ghSailing/electron-builder.git
# Go into the repository
cd electron-builder
# Install dependencies
npm install
# Run the app
npm start

make

# make out
npm run make

build windows exe

# build exe
npm run package

build mac dmg

# build dmg
npm run dmg

mac打包dmg,必须在mac电脑