0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-23 16:06:16 +00:00
termux-packages/x11-packages/the-powder-toy/03-saves-dir-path.patch
Twaik Yont 6857418270 bump(x11/the-powder-toy): 98.2.365
This update adds missing desktop icon and allows users to save their progress in folders other than default one.
2024-11-09 19:02:37 +02:00

15 lines
537 B
Diff

Not actually need that patch, just for compatibility with previous versions
+++ ./src/Config.template.h
@@ -62,9 +62,9 @@
constexpr char SCHEME[] = "https://";
constexpr char STATICSCHEME[] = "https://";
-constexpr char LOCAL_SAVE_DIR[] = "Saves";
+constexpr char LOCAL_SAVE_DIR[] = "saves";
constexpr char STAMPS_DIR[] = "stamps";
-constexpr char BRUSH_DIR[] = "Brushes";
+constexpr char BRUSH_DIR[] = "brushes";
constexpr int httpMaxConcurrentStreams = 50;
constexpr int httpConnectTimeoutS = 15;