From 837a27ab8480b706dd50e0c4bf68f58fc53f0f2b Mon Sep 17 00:00:00 2001 From: Aryan Ghasemi Date: Tue, 27 Feb 2024 23:35:45 +0330 Subject: [PATCH] Fix: appimage fixed. issue: #513 --- linux/packaging/appimage/AppRun | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/packaging/appimage/AppRun b/linux/packaging/appimage/AppRun index 21ea9ed0..8cd12fa2 100644 --- a/linux/packaging/appimage/AppRun +++ b/linux/packaging/appimage/AppRun @@ -25,7 +25,7 @@ OPTIND=1 # It is a good idea to make OPTIND local if you process options in a function. # if no arg is provided, execute hiddify app -[[ $# == 0 ]] && exec hiddify +[[ $# == 0 ]] && exec ./hiddify # processing arguments while getopts s:vh opt; do