Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Electron builder #192

Closed
wants to merge 36 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
11f8a1a
Create .ico file, refactor resource folders
May 12, 2016
8539dee
Add build and directories settings to package.json
May 12, 2016
c4000ca
Make electron-builder a little happier
May 13, 2016
9408f07
Merge branch 'fix-electron-1.0.1' into electron-builder
May 13, 2016
b790209
Remove unnecessary option and properly set output directory
May 13, 2016
a415a1f
Add 'background' item for electron-builder
May 13, 2016
9f0af30
Apparently `background` isn't based off of `buildResources`
May 13, 2016
cf829d9
Cool, nothing is based off of `buildResources`. I'm not really sure w…
May 13, 2016
99dead8
Output should be to binaries
May 13, 2016
e3eb03b
Don't need electron-packager directly anymore
May 14, 2016
7cc7681
Put development version into app version
May 14, 2016
28e5ba5
Put 'name' back in app package.json
May 14, 2016
0bd8cb3
Add icnsutils to travis apt
May 14, 2016
aba6605
Add graphicsmagick to apt
May 14, 2016
0f74b64
Ensure that travis fails when builder.build
May 14, 2016
f2580f8
Build for both linux and osx
May 14, 2016
fd132ba
Travis, pls use trusty
May 14, 2016
ebda43b
Travis, I only need one linux. Trusty only. No precise. Precis?
May 14, 2016
7d4bb37
Don't need wine if appveyor will do windows
May 14, 2016
db91880
Configure appveyor
May 14, 2016
1b01fc5
Add artifacts to appveyor config
May 14, 2016
f26d871
On windows, only build x64
May 14, 2016
5f8373a
Ensure that windows only builds x64, for sure now
May 14, 2016
30648fa
Appveyor no tests
May 14, 2016
60a74bb
Add GH_TOKENs
May 14, 2016
2b51f3c
Appveyor get version from package.json
May 14, 2016
1795d43
Oops, powershell that version-getting
May 14, 2016
45753e4
Attempt to set appveyor build version in init
May 14, 2016
676abd8
Re-add license and repository to main package.json
May 14, 2016
c642657
Env variables test for travis
May 14, 2016
ff33ca1
Fix yml
May 14, 2016
012a8fc
Appveyor doesn't want to play with artifacts, and I'll let this one go
May 14, 2016
5c97348
Attempt to add secure travis var again
May 14, 2016
c31a220
Travis, why you playin'
May 14, 2016
8fb6cf8
More travis secure env testing
May 14, 2016
265e3f5
Attempt #376
May 14, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Build for both linux and osx
Mitchell Hentges committed May 14, 2016
commit f2580f8d6b9ee813fc1c299aae390811a3f7aa1c
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
dist: trusty

matrix:
include:
- os: linux
- os: osx

language: node_js
node_js:
- '5.1'