Commit Graph

31 Commits

Author SHA1 Message Date
Nathan Sobo
7ba2ae7676 Prompt for password when code signing if there’s no password env var
Signed-off-by: Max Brunsfeld <maxbrunsfeld@github.com>
2016-08-05 15:59:24 -06:00
Nathan Sobo
cd77e3283a Require fs-extra for removeSync 2016-08-05 15:56:47 -06:00
Nathan Sobo
c6e38708d6 Download and import certificate in build script instead of circle.yml
This will make it possible to run the build on Circle instances that
don’t define the required environment variables for code signing. We
could do some crazy shell scripting in the circle.yml, but this is
easier overall.
2016-08-05 11:50:12 -06:00
Nathan Sobo
d89896fe20 Remove target of rename during packaging for easier incremental testing 2016-08-05 10:33:02 -06:00
Nathan Sobo
068f18a261 Don’t pass signing options to electron-packager
We do it manually in a later step.
2016-08-05 10:31:18 -06:00
Antonio Scandurra
57a0de5b99 Add missing flag for signtool.exe 2016-08-05 17:52:47 +02:00
Antonio Scandurra
bc2663ade9 Fix certificate download on Windows 2016-08-05 17:33:52 +02:00
Antonio Scandurra
8697487e3b Start on code-signing for Windows 2016-08-05 17:14:01 +02:00
Antonio Scandurra
24abdc3d5d Rename build output dir on Windows 2016-08-05 16:28:49 +02:00
Nathan Sobo
5419bc4eb9 Omit msbuild.exe from the PATH during script/bootstrap on Windows 2016-08-04 16:45:54 -06:00
Nathan Sobo
36f842de5d Pass the correct icon path to electron-packager on Windows 2016-08-04 16:23:09 -06:00
Nathan Sobo
683a7a0ded Skip symbol dumping on Windows 2016-08-04 16:20:44 -06:00
Nathan Sobo
4fda832a9c Copy shell commands on Windows in packageApplication step 2016-08-04 16:06:39 -06:00
Nathan Sobo
210c583d9e Rename packaged application on OS X and Linux
- On OS X, eliminate wrapper directory because app bundle is already
  a directory.
- On Linux, rename wrapper directory to include channel, version, and
  architecture.

Signed-off-by: Antonio Scandurra <as-cii@github.com>
2016-08-03 12:26:00 -06:00
Nathan Sobo
f102fcb306 Name app executable 'atom' on Windows and Linux 2016-08-03 10:58:50 -07:00
Nathan Sobo
e949984fe8 Add API docs generation to new build script
Signed-off-by: Antonio Scandurra <as-cii@github.com>
2016-08-03 09:45:43 -06:00
Antonio Scandurra
af9fd41723 Allow Atom to be installed on OS X 2016-08-03 15:50:27 +02:00
Antonio Scandurra
518c02e329 Log unhandled rejections 2016-08-03 15:45:57 +02:00
Antonio Scandurra
a3b03f90d0 📝 2016-08-03 15:14:26 +02:00
Antonio Scandurra
5e27b07820 Copy 1024.png under packaged app path as atom.png 2016-08-03 14:43:30 +02:00
Antonio Scandurra
e5cafc77cd Start on Linux support 2016-08-03 14:36:51 +02:00
Antonio Scandurra
e825d8d391 Add script/clean 2016-08-02 15:31:05 +02:00
Antonio Scandurra
c4e06d9411 🎨 2016-08-02 15:30:35 +02:00
Antonio Scandurra
5ff7af84b6 Set ATOM_RESOURCE_PATH in install-atom-dependencies.js 2016-08-02 14:46:03 +02:00
Antonio Scandurra
0b6b632af3 Move fingerprinting into script/bootstrap.js 2016-08-02 14:35:58 +02:00
Antonio Scandurra
cf85bd032d Reimplement script/bootstrap 2016-08-02 14:04:45 +02:00
Antonio Scandurra
aa63162aed Move build to script 2016-08-02 09:24:02 +02:00
probablycorey
82cb2aa124 Remove unused scripts 2013-06-20 17:15:53 -07:00
probablycorey
fcaa952973 Simplify gyp
Gyp is only used for construction now.
2013-06-20 12:15:34 -07:00
probablycorey
65c02328b3 Remove polite curl 2013-06-20 12:15:34 -07:00
probablycorey
915d2e42b7 Store cefode versions in /tmp/atom-cached-cefodes
This will make rake cleaning go faster
2013-04-24 15:19:11 -07:00