Skip to content

Instantly share code, notes, and snippets.

@Hrxn
Last active August 29, 2015 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hrxn/931274e29930df8f612a to your computer and use it in GitHub Desktop.
Save Hrxn/931274e29930df8f612a to your computer and use it in GitHub Desktop.
Update Atom Shell Integration (Windows)
@echo off
C:
cd %LocalAppData%\atom\bin\
for /f "delims=" %%g in (atom.cmd) do set _atom=%%g
set _atom=%_atom:~10,9%
cd ..
cd %_atom%*
atom.exe --squirrel-updated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment