pre release fixes
authorAlan <alan@roojs.com>
Tue, 6 Feb 2024 10:51:06 +0000 (18:51 +0800)
committerAlan <alan@roojs.com>
Tue, 6 Feb 2024 10:51:06 +0000 (18:51 +0800)
README.md
src/Palete/ValaCompileRequest.vala

index 9f79feb..489a49c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -46,4 +46,4 @@ Update Package details.
 
 Build it..
 
-    debuild -us -uc
+    dpkg-buildpackage -rfakeroot -us -uc -b
index 7fe5405..aa9b50a 100644 (file)
@@ -183,7 +183,7 @@ namespace Palete {
                        var gdb = GLib.Environment.find_program_in_path( "gdb"); 
                        var term = GLib.Environment.find_program_in_path( "gnome-terminal"); 
                        
-                       string[] args = @"$term --disable-factory --wait -- $gdb -x").split(" ");
+                       string[] args = @"$term --disable-factory --wait -- $gdb -x".split(" ");
 
                        args+= gdb_cfg;