Commit Graph

169 Commits

Author SHA1 Message Date
David Wilson
2756c65a21
Merge pull request #16812 from atom/ungb-deb-dependency
Add additional dependencies for linux
2018-03-05 10:12:14 -08:00
Bryant Ung
c76bdbe704
Add versions to linux deps 2018-02-22 14:51:54 -08:00
Bryant Ung
deec0dc6b1
Add additional deb dependencies 2018-02-21 11:02:18 -08:00
Evpok Padding
28635194ca 🐧 add StartupWMClass to .desktop for window-app association 2018-02-20 09:55:42 +01:00
Thomas Johansen
05a81485ca 🍎 Fix faded app icons on macOS 10.13 2017-09-27 23:51:08 +02:00
Nathan Sobo
18c5a31fbc Unset ELECTRON_ENABLE_LOGGING on Windows unless explicitly requested 2017-08-03 11:53:36 -06:00
Nathan Sobo
b5bdf4acb9 Don't enable electron logging by default 2017-08-02 21:03:29 -06:00
Michelle Tilley
211b486a6f Merge pull request #14269 from atom/mkt-upgrade-apm-to-use-async-keytar-with-libsecret
Update apm to use async keytar with libsecret
2017-04-30 08:35:46 -07:00
Michelle Tilley
241d758083 ⌨️ 2017-04-27 15:05:15 -07:00
Michelle Tilley
9a4234f49f Add libsecret to RedHat deps 2017-04-27 15:05:03 -07:00
Damien Guard
805d19cda8
Use uname-r instead to avoid msys2 incompatibility 2017-04-24 11:31:29 -07:00
Michelle Tilley
0c32fcc573 Update builds to include libsecret 2017-04-20 09:37:21 -07:00
Damien Guard
b5c4493f57
Attempt to map /mnt/ paths for WSL on Windows 2017-04-19 23:04:23 -07:00
Bryant Ung
e1ab1a0e8c Merge pull request #13842 from atom/linux-32-bit-fix
Updating requires for linux to support 32bit build(For Testing)
2017-03-02 13:05:22 -08:00
Jared M. Smith
0be25d818a 🐛 Fix apm shell script reference in Windows
fixes #13874
2017-02-23 15:09:35 -06:00
Bryant Ung
c061f36040 Updating requires for linux to support 32bit build 2017-02-17 10:39:53 -08:00
Antonio Scandurra
f8dffa33c9 Install only the 64 bit version of libXss.so.1 2017-01-09 16:05:15 +01:00
Antonio Scandurra
dddd523b4e Revert "Merge pull request #13421 from philwyett-hemi/rpm_dev"
This reverts commit 86e34d96a9.
2017-01-09 15:55:49 +01:00
Damien Guard
a8f2d18d4c
Custom icon for jumplist projects 2016-12-13 19:15:42 -08:00
Damien Guard
59dfb9e54b Merge pull request #12929 from atom/wl-use-scripts-from-apm
Redirect apm scripts to use the actual apm ones
2016-12-12 19:05:21 -08:00
Phil Wyett
af4da948e9 Commit...
* Correct requires for libXss across Fedora/RedHat (and derivatives) and SUSE.
2016-12-10 15:14:24 +00:00
Antonio Scandurra
4c5d93adec Replace libXScrnSaver with libXss.so.1 2016-12-05 14:50:26 +01:00
Antonio Scandurra
da864a8f18 Add libXScrnSaver dependency to the RPM package spec 2016-11-21 19:04:14 +01:00
Antonio Scandurra
1bdd79d719 Implement atom --benchmark-test to ensure benchmarks are valid on CI 2016-10-14 11:02:59 +02:00
Wliu
1efda55761 Redirect apm scripts to use the actual apm ones 2016-10-10 14:19:30 -04:00
Peter Dave Hello
b91768a923 optimize png images using zopflipng 2016-10-08 19:58:16 +08:00
Antonio Scandurra
5b85e1c797 Allow script/build --install on all platforms 2016-08-30 12:21:55 +02:00
Antonio Scandurra
194f927b87 Merge branch 'master' into ns-modernize-build
# Conflicts:
#	build/tasks/build-task.coffee
2016-08-26 13:25:02 +02:00
simurai
7304fb31cd Add Windows file icon 2016-08-25 22:28:48 +09:00
Antonio Scandurra
08dcb39f87 Start on RPM package creation 2016-08-15 16:00:33 +02:00
Antonio Scandurra
9e0d7638e4 Create Debian package 2016-08-15 12:05:50 +02:00
Antonio Scandurra
1fd2c2a494 Merge branch 'master' into ns-modernize-build 2016-08-09 15:37:40 +02:00
Antonio Scandurra
565a7dd1e1 Remove speakasy.pem from resources/mac/atom-Info.plist 2016-08-09 12:01:11 +02:00
Machisté N. Quintana
475e12e812 Merge pull request #11284 from jonmast/master
Use %F instead of %U for file variable in desktop file
2016-08-06 09:06:34 -07:00
Antonio Scandurra
6804156266 🔥 Remove speakeasy
Signed-off-by: Nathan Sobo <nathan@github.com>
2016-07-28 20:05:04 +02:00
Damien Guard
dc6388323c
Ensure Cygwin + Msys compatibility on Windows 2016-05-24 11:14:24 -07:00
Damien Guard
26fcb03662 Optimize bash Windows, force LF line endings 2016-05-16 13:01:10 -07:00
Damien Guard
0e5a4ffb6e Ensure atom command works on Cygwin + MSYS bash shells 2016-05-15 21:02:47 -07:00
Damien Guard
405f28f726 Handle spaces in relative path to atom.sh on bash/win, fixes #11732 2016-05-10 16:32:13 -07:00
Damien Guard
891071196f Ensure atom.cmd with --wait returns exit code of 0 for git commit usage #11605 2016-04-25 15:28:22 -07:00
Damien Guard
196bc53e6b Ensure Windows Bash script works on all versions 2016-04-20 09:57:41 -07:00
Damien Guard
53b516a6ec Quote spaces in paths on Win cmd line 2016-04-18 20:48:34 -07:00
Jonathan Mast
a8cb423b68 🐧 Use %F instead of %U for file variable
The desktop entry specification states that %U is for URLs and %F is for
files. Since atom doesn't support URLs, we should use %F. Fixes #2320.
2016-03-26 10:15:11 -04:00
Damien Guard
52d6fbde1b More reliable to just call atom.cmd for Cygwin 2016-03-08 12:12:52 -08:00
Damien Guard
56b23a4a10 Make cli atom --wait work on Cygwin 2016-03-07 14:01:05 -08:00
Damien Guard
4d9e2b865b Ensure atom.cmd --wait correctly waits in Windows cmd & powershell 2016-03-03 20:03:44 -08:00
Damien Guard
92bbbf0645 Windows command line does not allow ELSE on separate line, fixes #10934 2016-02-28 15:05:16 -08:00
Dave Rael
f1cb69ccde 🎨 Cleanup tabs vs spaces and debugging line 2015-11-30 18:20:40 -06:00
Dave Rael
ca629027ff :checkered-flag: Add race condition protection for getting process id
to make sure temp file isn't in conflict with another process and to make sure
to get the right process id
2015-11-24 15:04:53 -07:00
Dave Rael
e392e5dfcc 🏁 Make --wait work on Windows
including using Atom as the git commit editor
2015-11-24 09:34:53 -07:00