1
0
mirror of synced 2024-12-01 02:37:18 +01:00
ImHex/lib
catsout 3b8b95a22f
fix: Add Config/DataHomeDir paths before Config/DataDirs paths (#586)
fix not saving to "XDG_DATA_HOME", when "XDG_DATA_DIRS" is available.  
fix "Content Store" persist in flatpak.

XDG specification specifies how to find config and data directories on
linux systems. Specifically, it says this:

- Data should be written to $XDG_DATA_HOME
- Config should be written to $XDG_CONFIG_HOME
- Data should be read from $XDG_DATA_HOME:$XDG_DATA_DIRS
- Config should be read from $XDG_CONFIG_HOME:$XDG_CONFIG_DIRS
2022-07-25 12:08:10 +02:00
..
external patterns: Updated pattern language 2022-07-25 11:50:46 +02:00
libimhex fix: Add Config/DataHomeDir paths before Config/DataDirs paths (#586) 2022-07-25 12:08:10 +02:00
libimhex-rs build(deps): Bump regex from 1.5.4 to 1.5.6 in /lib/libimhex-rs (#526) 2022-06-08 16:19:16 +02:00