fs-uae-launcher: fix F12 menu in a running emulator session

Adding the shared/ folder allows fs-uae to find the icons

authored by

Sander van der Burg and committed by
Anderson Torres
2d1830dc 093f098d

+2 -1
+2 -1
pkgs/applications/emulators/fs-uae/launcher.nix
··· 36 wrapQtApp "$out/bin/fs-uae-launcher" \ 37 --set PYTHONPATH "$PYTHONPATH" 38 39 - # fs-uae-launcher search side by side for fs-uae 40 # see $src/fsgs/plugins/pluginexecutablefinder.py#find_executable 41 ln -s ${fsuae}/bin/fs-uae $out/bin 42 ln -s ${fsuae}/bin/fs-uae-device-helper $out/bin 43 ''; 44 45 meta = {
··· 36 wrapQtApp "$out/bin/fs-uae-launcher" \ 37 --set PYTHONPATH "$PYTHONPATH" 38 39 + # fs-uae-launcher search side by side for executables and shared files 40 # see $src/fsgs/plugins/pluginexecutablefinder.py#find_executable 41 ln -s ${fsuae}/bin/fs-uae $out/bin 42 ln -s ${fsuae}/bin/fs-uae-device-helper $out/bin 43 + ln -s ${fsuae}/share/fs-uae $out/share/fs-uae 44 ''; 45 46 meta = {