feat: add uninstall target and rename executable
This commit is contained in:
@@ -82,7 +82,7 @@ static Vector2 hyprland_get_cursor_position() {
|
||||
|
||||
static const char *resolve_asset_path(const char *path) {
|
||||
if (FileExists(path)) return path;
|
||||
const char *system_path = TextFormat("/usr/share/wallpaper/%s", path);
|
||||
const char *system_path = TextFormat("/usr/local/share/pkl-wallpaper/%s", path);
|
||||
if (FileExists(system_path)) return system_path;
|
||||
return path;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user