summarylogtreecommitdiffstats
path: root/shortcut-rust-client.patch
blob: 033e0d7ea2366f9f894d78590f72b839fa6c9359 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -aur rust-old/src/main.rs rust-new/src/main.rs
--- rust-old/src/main.rs	2026-06-30 09:03:06.725328759 +0200
+++ rust-new/src/main.rs	2026-06-30 09:02:14.900940516 +0200
@@ -10,7 +10,7 @@
 use std::time::Duration;
 use zip::ZipArchive;
 
-const PAGES_BASE_DIR: &str = "/opt/shortcut/pages/";
+const PAGES_BASE_DIR: &str = "/usr/share/shortcut/pages/";
 const PAGES_FILE_EXT: &str = "md";
 const DOWNLOAD_ARCHIVE_URL: &str =
     "https://github.com/mt-empty/shortcut-pages/releases/latest/download/shortcuts.zip";