Skip to content

Commit 2ee6218

Browse files
authored
Change spacedrive.desktop to Spacedrive.desktop
1 parent ad3f242 commit 2ee6218

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/fix-deb.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ curl -LSs 'https://gist.githubusercontent.com/HeavenVolkoff/0993c42bdb0b952eb5bf
129129
| gzip -9 >"${_tmp}/data/usr/share/man/man1/spacedrive.1.gz"
130130

131131
# 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"
133133
# 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"
135135

136136
# Fix data permissions
137137
find "${_tmp}/data" -type d -exec chmod 755 {} +

0 commit comments

Comments
 (0)