File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -129,9 +129,9 @@ curl -LSs 'https://gist.githubusercontent.com/HeavenVolkoff/0993c42bdb0b952eb5bf
129
129
| gzip -9 > " ${_tmp} /data/usr/share/man/man1/spacedrive.1.gz"
130
130
131
131
# Fill the Categories entry in .desktop file
132
- sed -i ' s/^Categories=.*/Categories=System;FileTools;FileManager;/' " ${_tmp} /data/usr/share/applications/spacedrive .desktop"
132
+ sed -i ' s/^Categories=.*/Categories=System;FileTools;FileManager;/' " ${_tmp} /data/usr/share/applications/Spacedrive .desktop"
133
133
# Rename sd-desktop to spacedrive
134
- sed -i ' s/=sd-desktop/=spacedrive/' " ${_tmp} /data/usr/share/applications/spacedrive .desktop"
134
+ sed -i ' s/=sd-desktop/=spacedrive/' " ${_tmp} /data/usr/share/applications/Spacedrive .desktop"
135
135
136
136
# Fix data permissions
137
137
find " ${_tmp} /data" -type d -exec chmod 755 {} +
You can’t perform that action at this time.
0 commit comments