winecfg.sh added

This commit is contained in:
victor 2021-01-03 12:16:17 +03:30
parent dffdbcc6e9
commit 36ba66af95
1 changed files with 11 additions and 0 deletions

11
scripts/winecfg.sh Executable file
View File

@ -0,0 +1,11 @@
#!/usr/bin/env bash
source "sharedFuncs.sh"
function main() {
load_paths
WINE_PREFIX="$SCR_PATH/prefix"
export WINEPREFIX="$WINE_PREFIX"
winecfg
}
main