Skip to content
This repository was archived by the owner on Dec 5, 2022. It is now read-only.

Add prepare-release script #136

Merged
merged 1 commit into from
Apr 14, 2016
Merged

Add prepare-release script #136

merged 1 commit into from
Apr 14, 2016

Conversation

kevinsawicki
Copy link
Contributor

This script will do the following:

  • Package the app on all platforms
  • Sign the Windows exe
  • Build a Windows installer
  • Sign the Windows installer

I created this as a separate script than package since often signing and creating the installer is not needed to test on Windows and takes a bit of time.

So now releasing can be accomplished with:

npm run prepare-release && npm run release

@jlord
Copy link
Contributor

jlord commented Apr 14, 2016

Awesome! 👍

@kevinsawicki kevinsawicki merged commit 9eb02b2 into master Apr 14, 2016
@kevinsawicki kevinsawicki deleted the prepare-release-script branch April 14, 2016 18:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants