https://github.com/JuliaLang/julia
Raw File
Tip revision: a468aa198d030bd77efd7cb3e4069684af622dcc authored by Kristoffer Carlsson on 17 August 2023, 06:27:47 UTC
release-1.10: set VERSON to 1.10.0-beta2 (#50935)
Tip revision: a468aa1
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