diff options
author | Bryce Fisher-Fleig <hckr1292@gmail.com> | 2017-03-06 11:47:27 -0800 |
---|---|---|
committer | Bryce Fisher-Fleig <hckr1292@gmail.com> | 2017-03-06 11:47:27 -0800 |
commit | 86b070814388081fa76efc4ee9d7de3437445ef3 (patch) | |
tree | b08e4e5f4e71b97059c060dd32fd693b33df30a5 /assets/osx | |
parent | 018beee8b65e2c69f0145d33dc7dc50db5aac4cf (diff) | |
download | alacritty-86b070814388081fa76efc4ee9d7de3437445ef3.tar.gz alacritty-86b070814388081fa76efc4ee9d7de3437445ef3.zip |
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.
Diffstat (limited to 'assets/osx')
-rw-r--r-- | assets/osx/Alacritty.app/Contents/Info.plist | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/assets/osx/Alacritty.app/Contents/Info.plist b/assets/osx/Alacritty.app/Contents/Info.plist index 8539bb96..77053db1 100644 --- a/assets/osx/Alacritty.app/Contents/Info.plist +++ b/assets/osx/Alacritty.app/Contents/Info.plist @@ -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> |