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}'
# SUID chrome-sandbox for Electron 5+
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
cat > $XDG_DATA_DIRS/Thunar/sendto/$productFilename.desktop << END
cat > "/usr/share/Thunar/sendto/${productFilename}.desktop" << END
[Desktop Entry]
Type=Application
Version=1.0
Encoding=UTF-8
TryExec=${executable}
Exec=${executable} %u
Icon=${icon}
Name=${title}
MimeType=image/jpeg;
END
\ No newline at end of file
Name=Oyun Parkı
Icon=oyun-parki
END
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