File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ function install_supermodel3() {
49
49
' Docs/LICENSE.txt'
50
50
' Docs/README.txt'
51
51
)
52
+ isPlatform " x86" && md_ret_files+=(" Assets" )
52
53
}
53
54
54
55
function configure_supermodel3() {
@@ -75,10 +76,12 @@ function configure_supermodel3() {
75
76
mkUserDir " $conf_dir /NVRAM"
76
77
mkUserDir " $conf_dir /Saves"
77
78
mkUserDir " $conf_dir /Config"
79
+ isPlatform " x86" && mkUserDir " $conf_dir /Assets"
78
80
79
81
# on upgrades keep the local config, but overwrite the game configs
80
82
copyDefaultConfig " $md_inst /Config/Supermodel.ini" " $conf_dir /Config/Supermodel.ini"
81
83
cp -f " $md_inst /Config/Games.xml" " $conf_dir /Config/"
84
+ isPlatform " x86" && cp -fr " $md_inst /Assets" " $conf_dir "
82
85
chown -R " $user :$user " " $conf_dir "
83
86
84
87
cat > " $md_inst /supermodel.sh" << _EOF_
You can’t perform that action at this time.
0 commit comments