Merge pull request #577 from Aryangh1379/Hiddify-develop

Fix: appimage fixed. issue: #513
This commit is contained in:
Hiddify
2024-02-28 00:38:32 +03:30
committed by GitHub

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