Skip to content
Snippets Groups Projects
Commit a40a3af6 authored by hugo chauvet's avatar hugo chauvet
Browse files

Fix launcher creation in fiji.yml

parent 06788bda
Branches
No related tags found
No related merge requests found
......@@ -16,7 +16,18 @@
- name: Create a Desltop launcher
copy:
src: ~/Fiji.app/ImageJ2.desktop
dest: ~/Bureau/ImageJ2.desktop
dest: ~/Bureau/ImageJ.desktop
content: |
[Desktop Entry]
Version=1.0
Name=ImageJ
Type=Application
Exec=/home/guest/Fiji.app/ImageJ-linux64 %F
TryExec=/home/guest/Fiji.app/ImageJ-linux64
Terminal=false
StartupNotify=true
MimeType=image/*;
Icon=/home/guest/Fiji.app/images/icon.png
StartupWMClass=net-imagej-launcher-ClassLauncher
mode: u+x
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment