https://github.com/JuliaLang/julia
Raw File
Tip revision: 035d17a499c6aa965c9f5504a66a9e725d242e82 authored by Cody Tapscott on 07 March 2024, 16:16:26 UTC
Fix condition for `unreachable` code in IRCode conversion (#53512)
Tip revision: 035d17a
julia.desktop
# To use uxterm, change to these values.
#
# Exec=uxterm -e julia
# Terminal=false
#
# To use a .png icon specify the full path and file extension.
#
# Icon=/usr/share/icons/hicolor/48x48/apps/julia.png
#
[Desktop Entry]
Name=Julia
Comment=High-performance language for technical computing
Exec=julia
Icon=julia
Terminal=true
Type=Application
Categories=Development;
back to top