@@ -41,3 +41,26 @@ base64 = "0.22.1"
4141[build-dependencies ]
4242anyhow = " 1.0.103"
4343dirs = " 6.0.0"
44+
45+ [package .metadata .deb ]
46+ name = " stremio"
47+ depends = [
48+ " libgtk-4" ,
49+ " libadwaita-1" ,
50+ " libwebkitgtk-6.0" ,
51+ " libmpv2" ,
52+ " nodejs" ,
53+ ]
54+ assets = [
55+ [" target/release/stremio-linux-shell" , " /usr/libexec/stremio/stremio" , " 755" ],
56+ [" data/server.js" , " /usr/libexec/stremio/server.js" , " 644" ],
57+ [" data/stremio.sh" , " /usr/bin/stremio" , " 755" ],
58+ [" data/com.stremio.Stremio.desktop" , " /usr/share/applications/com.stremio.Stremio.desktop" , " 644" ],
59+ [" data/com.stremio.Stremio.service" , " /usr/share/dbus-1/services/com.stremio.Stremio.service" , " 644" ],
60+ [" data/com.stremio.Stremio.metainfo.xml" , " /usr/share/metainfo/com.stremio.Stremio.metainfo.xml" , " 644" ],
61+ [" data/com.stremio.Stremio.gschema.xml" , " /usr/share/glib-2.0/schemas/com.stremio.Stremio.gschema.xml" , " 644" ],
62+ [" data/icons/com.stremio.Stremio.svg" , " /usr/share/icons/hicolor/scalable/apps/com.stremio.Stremio.svg" , " 644" ],
63+ [" po/es/LC_MESSAGES/stremio.mo" , " /usr/share/locale/es/LC_MESSAGES/stremio.mo" , " 644" ],
64+ [" po/fr/LC_MESSAGES/stremio.mo" , " /usr/share/locale/fr/LC_MESSAGES/stremio.mo" , " 644" ],
65+ [" LICENSE" , " /usr/share/licenses/stremio/LICENSE" , " 644" ],
66+ ]
0 commit comments