mirror of
https://github.com/nextcloud/desktop.git
synced 2024-12-17 19:31:48 +03:00
5 lines
105 B
Bash
5 lines
105 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
sed 's/oC_/@APPLICATION_EXECUTABLE@_/' ownCloud.py
|
||
|
mv ownCloud.py @APPLICATION_EXECUTABLE@.py
|