Remove LSEnvironment from info.plist

This seems to have broken the app by triggering a 'LSOpenWithUrls' error. However, I suspect this is why the path is not passed into the alacritty shell properly.
This commit is contained in:
Bryce Fisher-Fleig 2017-03-06 11:47:27 -08:00
parent 018beee8b6
commit 86b0708143
1 changed files with 0 additions and 7 deletions

View File

@ -28,12 +28,5 @@
<string></string>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
<key>LSEnvironment</key>
<dict>
<key>HOME</key>
<string>$HOME</string>
<key>PATH</key>
<string>$PATH</string>
</dict>
</dict>
</plist>