fix path to roodata
authorAlan <alan@roojs.com>
Wed, 7 Feb 2024 07:32:13 +0000 (15:32 +0800)
committerAlan <alan@roojs.com>
Wed, 7 Feb 2024 07:32:13 +0000 (15:32 +0800)
src/Palete/Roo.vala

index 5492884..68f2a28 100644 (file)
@@ -94,7 +94,7 @@ namespace Palete {
                        
                        var f = GLib. File.new_for_path(BuilderApplication.configDirectory() + "/resources/roodata.json");
                        if (!f.query_exists(null)) {
-                               f = GLib. File.new_for_uri("resources:///html/roodata.json");   
+                               f = GLib. File.new_for_uri("resources:///data/roodata.json");   
                        }