2
0
mirror of https://github.com/mbusb/multibootusb synced 2024-11-01 15:40:16 +00:00

Merge pull request #147 from alindt/fixes

linux: try to use default text editor first
This commit is contained in:
multibootusb 2017-04-26 07:15:37 +05:30 committed by GitHub
commit abafec8346

View File

@ -33,7 +33,7 @@ imager_status_text = ""
install_size = ""
editors_linux = ["gedit", "kate", "kwrite"]
editors_linux = ["xdg-open", "gedit", "kate", "kwrite"]
editors_win = ["notepad++.exe", "notepad.exe"]
imager_usb_disk = []