https://github.com/JuliaLang/julia
Raw File
Tip revision: f2403e016d26cdbac4b83a4247e7c762966e461c authored by Simeon David Schaub on 13 October 2023, 21:46:44 UTC
fix tests on Windows
Tip revision: f2403e0
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