Kaydet (Commit) 26c205fe authored tarafından Eda Altuntaş's avatar Eda Altuntaş

MimeType Silindi

üst 2a1c9548
...@@ -6,19 +6,18 @@ ln -sf '/opt/${productFilename}/${executable}' '/usr/bin/${executable}' ...@@ -6,19 +6,18 @@ ln -sf '/opt/${productFilename}/${executable}' '/usr/bin/${executable}'
# SUID chrome-sandbox for Electron 5+ # SUID chrome-sandbox for Electron 5+
chmod 4755 '/opt/${productFilename}/chrome-sandbox' || true chmod 4755 '/opt/${productFilename}/chrome-sandbox' || true
update-mime-database /usr/share/mime || true
update-desktop-database /usr/share/applications || true
# Desktop Entry for Send To Context # Desktop Entry for Send To Context
cat > $XDG_DATA_DIRS/Thunar/sendto/$productFilename.desktop << END cat > "/usr/share/Thunar/sendto/${productFilename}.desktop" << END
[Desktop Entry] [Desktop Entry]
Type=Application Type=Application
Version=1.0 Version=1.0
Encoding=UTF-8 Encoding=UTF-8
TryExec=${executable} TryExec=${executable}
Exec=${executable} %u Exec=${executable} %u
Icon=${icon} Name=Oyun Parkı
Name=${title} Icon=oyun-parki
MimeType=image/jpeg; END
END
\ No newline at end of file update-mime-database /usr/share/mime || true
update-desktop-database /usr/share/applications || true
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment