Last active
August 29, 2015 14:24
-
-
Save Hrxn/1a759fb542f06df20340 to your computer and use it in GitHub Desktop.
Create 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-install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment