Skip to content

Commit

Permalink
Remove LSEnvironment from info.plist
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
brycefisher committed Mar 6, 2017
1 parent 018beee commit 86b0708
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions assets/osx/Alacritty.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 86b0708

Please sign in to comment.