winecfg.sh added
This commit is contained in:
parent
dffdbcc6e9
commit
36ba66af95
|
@ -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
|
Loading…
Reference in New Issue