@@ -125,7 +125,7 @@ assets = [
125125 [" resources/bin/linux/ffmpeg" , " /usr/share/stremio-service/ffmpeg" , " 755" ],
126126 [" resources/bin/linux/ffprobe" , " /usr/share/stremio-service/ffprobe" , " 755" ],
127127 [" resources/bin/linux/server.js" , " /usr/share/stremio-service/server.js" , " 755" ],
128- [" LICENSE.md" , " /usr/share/stremio-service/LICENSE.md" , " 644" ],
128+ [" LICENSE.md" , " /usr/share/licenses/ stremio-service/LICENSE.md" , " 644" ],
129129 [" resources/com.stremio.service.desktop" , " /usr/share/applications/com.stremio.service.desktop" , " 644" ],
130130 [" resources/com.stremio.service.metainfo.xml" , " /usr/share/metainfo/com.stremio.service.metainfo.xml" , " 644" ],
131131 [" resources/com.stremio.service.svg" , " /usr/share/icons/hicolor/scalable/apps/com.stremio.service.svg" , " 644" ],
@@ -141,7 +141,7 @@ assets = [
141141 { source = " resources/bin/linux/ffmpeg" , dest = " /usr/share/stremio-service/ffmpeg" , mode = " 755" },
142142 { source = " resources/bin/linux/ffprobe" , dest = " /usr/share/stremio-service/ffprobe" , mode = " 755" },
143143 { source = " resources/bin/linux/server.js" , dest = " /usr/share/stremio-service/server.js" , mode = " 755" },
144- { source = " LICENSE.md" , dest = " /usr/share/stremio-service/LICENSE.md" , mode = " 644" },
144+ { source = " LICENSE.md" , dest = " /usr/share/licenses/ stremio-service/LICENSE.md" , mode = " 644" },
145145 { source = " resources/com.stremio.service.desktop" , dest = " /usr/share/applications/com.stremio.service.desktop" , mode = " 644" },
146146 { source = " resources/com.stremio.service.metainfo.xml" , dest = " /usr/share/metainfo/com.stremio.service.metainfo.xml" , mode = " 644" },
147147 { source = " resources/com.stremio.service.svg" , dest = " /usr/share/icons/hicolor/scalable/apps/com.stremio.service.svg" , mode = " 644" },
0 commit comments