Check PW_NO_AUTOCREATE_SHORTCUT var
This commit is contained in:
parent
223b35c7b2
commit
1aae4c0429
@ -4789,6 +4789,7 @@ portwine_create_shortcut () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pw_auto_create_shortcut () {
|
pw_auto_create_shortcut () {
|
||||||
|
[[ "${PW_NO_AUTOCREATE_SHORTCUT}" == 1 ]] && return 0
|
||||||
[[ "${PW_CHECK_AUTOINSTALL}" == 1 ]] && return 0
|
[[ "${PW_CHECK_AUTOINSTALL}" == 1 ]] && return 0
|
||||||
|
|
||||||
unset LINKS
|
unset LINKS
|
||||||
|
Loading…
Reference in New Issue
Block a user