Fix images not working

This commit is contained in:
jude
2024-11-14 18:23:34 +00:00
parent 352e64377e
commit 307649eea0
3 changed files with 3 additions and 5 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "reminder-rs"
version = "1.7.32-1"
version = "1.7.33-1"
authors = ["Jude Southworth <judesouthworth@pm.me>"]
edition = "2021"
license = "AGPL-3.0 only"
@ -50,7 +50,7 @@ assets = [
["target/release/reminder-rs", "usr/bin/reminder-rs", "755"],
["static/css/*", "lib/reminder-rs/static/css", "644"],
["static/favicon/*", "lib/reminder-rs/static/favicon", "644"],
["static/img/*", "lib/reminder-rs/static/img", "644"],
["static/img/**/*", "lib/reminder-rs/static/img", "644"],
["static/js/*", "lib/reminder-rs/static/js", "644"],
["static/webfonts/*", "lib/reminder-rs/static/webfonts", "644"],
["static/site.webmanifest", "lib/reminder-rs/static/site.webmanifest", "644"],