Kaydet (Commit) 151f7441 authored tarafından Eda Altuntaş's avatar Eda Altuntaş

Oyun Parkı gönder menüsüne eklendi

üst ca20d6a9
#!/bin/bash
# Link to the binary
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
[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
......@@ -49,7 +49,8 @@ module.exports = {
}
},
deb: {
depends: ["ffmpeg"]
afterInstall: "build/after-install.tpl",
depends: ["ffmpeg", "docker", "docker.io"]
}
}
}
......
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