This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Run this in terminal after doing index.js, make sure to read the comments | |
# This script will build your app and make it distributable | |
# The mas version is for the mac app store | |
npm install electron-packager --save-dev | |
# OK so here you can either build it for your own computer or make it distributable | |
# For your own computer below | |
npm run make | |
# Once you've run this command then go to your file explorer and navigate to your application directory then go to out/<app-name>-<platform>-x64/<app-name>.<platform-executable-type> | |
# Now this one is for making it distributable for a certain platform |