add launcher
This commit is contained in:
7
nautilus/launch.py
Normal file
7
nautilus/launch.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from nautilus_launcher import launch
|
||||
|
||||
# Launcher for internal use.
|
||||
# Source: https://github.com/nicklashansen/nautilus-launcher
|
||||
|
||||
if __name__ == '__main__':
|
||||
launch()
|
||||
Reference in New Issue
Block a user