Philipp Heckel 3 лет назад
Родитель
Сommit
4a6aca4c07
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .goreleaser.yml

+ 1 - 1
.goreleaser.yml

@@ -74,7 +74,7 @@ nfpms:
       - dst: /var/lib/ntfy
         type: dir
       - dst: /usr/share/ntfy/logo.png
-        src: server/static/img/ntfy.png
+        src: web/public/static/img/ntfy.png
     scripts:
       preinstall: "scripts/preinst.sh"
       postinstall: "scripts/postinst.sh"