Fix: appimage fixed. issue: #513

This commit is contained in:
Aryan Ghasemi
2024-02-27 23:35:45 +03:30
parent 6cb03c9986
commit 837a27ab84

View File

@@ -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