Skip to content
This repository has been archived by the owner on Sep 25, 2018. It is now read-only.

Commit

Permalink
Version 0.1.1 of xdl. Version 1.9.0 of xde. Version 0.15.0 of exp.
Browse files Browse the repository at this point in the history
fbshipit-source-id: 479b504
  • Loading branch information
jesseruder authored and expbot committed Jun 16, 2016
1 parent db8a721 commit 60a97f4
Show file tree
Hide file tree
Showing 4 changed files with 257 additions and 129 deletions.
18 changes: 12 additions & 6 deletions PACKAGING.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,26 @@ The entry point loads `web/index.html` in the Chromium instance. This is a norma

4. Test the .app to make sure it works

This is dumb but you have to move it out of the directory its put in and into
a place like /tmp because otherwise it searches for node_modules/ in xde/
and gets confused and breaks
This is dumb but you have to move it out of the directory its put in because
otherwise it searches for node_modules/ in xde/ and gets confused and breaks

### To create a signed version of the app

1. Make sure you have the DeveloperIDApplication.p12 certificate installed

It's in Charlie's Dropbox if you need it.

Make sure it gets installed in the login keychain, NOT the system keychain.

2. run `npm run-script signed-package`

3. Go to the AWS website and upload the file to S3.
3. Test the .app to make sure it works

This is dumb but you have to move it out of the directory its put in because
otherwise it searches for node_modules/ in xde/ and gets confused and breaks

4. Update the appropriate links on the website if necessary
4. Create a git tag called vX.Y.Z in XDE, not universe. Push the tag to github.

7. If you made changes to one branch, port those changes to other branches as necessary
5. Go to github and click on "Draft a new release". Select the tag you just pushed.
Title should be same as tag name. Write a short changelog. Make sure to drag
the .zip file into the release attachments. Wait for upload and publish release.
Loading

0 comments on commit 60a97f4

Please sign in to comment.