added a prefix creation tab

This commit is contained in:
Sergey Palcheh
2025-08-24 20:56:34 +06:00
parent eea04f0d91
commit 34713bb61a
2 changed files with 495 additions and 12 deletions

View File

@@ -2176,6 +2176,7 @@ case "$arg1" in
remove-prefix) remove_prefix "$@" ;;
create-base-pfx) create_base_pfx "$@" ;;
generate-db) generate_wine_metadata "$@" ;;
init-prefix) prepair_wine ; wait_wineserver ;;
*)
if [[ -f "$arg1" ]] ; then
WIN_FILE_EXEC="$(readlink -f "$arg1")"