Last active
August 29, 2015 14:24
-
-
Save Hrxn/931274e29930df8f612a to your computer and use it in GitHub Desktop.
Update Atom Shell Integration (Windows)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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