[smuxi: 3/4] Makefile.am: force new instance in run-gnome target




commit 4f96ae9a7e3c04faf2287dc2bc815cc805e92a5e
Author: Mirco Bauer <meebey meebey net>
Date:   Sun Jan 24 22:00:14 2021 +0800

    Makefile.am: force new instance in run-gnome target
    
    `make run-gnome` will always start a new smuxi-frontend-gnome instance, even if
    there is an instance already running.

 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Makefile.am b/Makefile.am
index 4c6e97c6..01298d00 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -310,7 +310,7 @@ run-gnome: all
                cp lib/Nini.dll bin/debug && cp lib/log4net.dll bin/debug; \
        fi; \
        cd $(BUILD_DIR) && \
-               mono --debug ./smuxi-frontend-gnome.exe -d
+               mono --debug ./smuxi-frontend-gnome.exe -d --new-instance
 
 run-stfl: all
        cd $(BUILD_DIR) && \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]