From 63e0f1ea145d7d54a5d8ee00e9fccb39ab6d8b3f Mon Sep 17 00:00:00 2001 From: DYefremov Date: Tue, 6 Jun 2023 09:49:36 +0300 Subject: [PATCH] deb script adjustment --- build/linux/deb/usr/bin/demon-editor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/linux/deb/usr/bin/demon-editor b/build/linux/deb/usr/bin/demon-editor index 3b0995fc..e5c55ea7 100755 --- a/build/linux/deb/usr/bin/demon-editor +++ b/build/linux/deb/usr/bin/demon-editor @@ -1,2 +1,2 @@ #!/bin/bash -python3 /usr/share/demoneditor/start.py $1 +python3 /usr/share/demoneditor/start.py $@