Open danielbayley opened 8 years ago
The offending line in lib/auto-update-packages.coffee;
lib/auto-update-packages.coffee
dotAtomPath = getFs().absolute('~/.atom')
This shouldn't be hardcoded. It should take into account process.env.ATOM_HOME. Mine (being on OS X…) is set to ~/Library/Application Support/Atom for example.
process.env.ATOM_HOME
~/Library/Application Support/Atom
The offending line in
lib/auto-update-packages.coffee
;This shouldn't be hardcoded. It should take into account
process.env.ATOM_HOME
. Mine (being on OS X…) is set to~/Library/Application Support/Atom
for example.