Skip to content

Commit

Permalink
disable writing desktop shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
orbsmiv committed Jun 26, 2023
1 parent 2d293c8 commit afe5201
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion easyconfigs/m/MICRESS/MICRESS-7.200.eb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ checksums = ['eaf31b140cc1c1ea6d200937fadecf9195266e3b4f61f340a6691001396a648a']

extract_sources = False

install_cmd = "./%(name)s-%(version)s-linux-installer.run --mode unattended --prefix %(installdir)s"
install_cmd = "./%(name)s-%(version)s-linux-installer.run "
install_cmd += "--mode unattended "
install_cmd += "--prefix %(installdir)s "
install_cmd += "--installDesktopShortcuts 0"

sanity_check_paths = {
'files': ['Bin/MICpad.exe', 'Bin/MICRESS_par_noTQ.exe'],
Expand Down

0 comments on commit afe5201

Please sign in to comment.