mirror of
https://github.com/nextcloud/desktop.git
synced 2024-12-17 11:21:51 +03:00
4d33773cef
Added a script that renames the icons and patches the python file for nautilus.
4 lines
105 B
Bash
4 lines
105 B
Bash
#!/bin/sh
|
|
|
|
sed 's/oC_/@APPLICATION_EXECUTABLE@_/' ownCloud.py
|
|
mv ownCloud.py @APPLICATION_EXECUTABLE@.py
|