formatting
This commit is contained in:
parent
72a1af5840
commit
e240bcf72f
2 changed files with 6 additions and 3 deletions
1
meta.sh
1
meta.sh
|
@ -34,6 +34,7 @@ function main {
|
||||||
# Dev tools
|
# Dev tools
|
||||||
rustup component add rust-analysis rls
|
rustup component add rust-analysis rls
|
||||||
|
|
||||||
|
|
||||||
# === Rust ==
|
# === Rust ==
|
||||||
# Add Cargo packages from Rust
|
# Add Cargo packages from Rust
|
||||||
mkdir -p "$HOME"/.cargo/bin
|
mkdir -p "$HOME"/.cargo/bin
|
||||||
|
|
|
@ -6,9 +6,9 @@ SET "local=%HOMEPATH%\Documents\Local"
|
||||||
|
|
||||||
MKDIR "!local!" 2>NUL
|
MKDIR "!local!" 2>NUL
|
||||||
|
|
||||||
:: === NO-ADMIN RIGHTS ==
|
:: => NO-ADMIN RIGHTS <=
|
||||||
|
|
||||||
fltmc >NUL 2>&1 || (
|
fltmc >NUL 2>&1 || (
|
||||||
:: Notice
|
|
||||||
ECHO Please wait until the administrator popup appears
|
ECHO Please wait until the administrator popup appears
|
||||||
|
|
||||||
:: === Update winget to latest version ==
|
:: === Update winget to latest version ==
|
||||||
|
@ -31,7 +31,8 @@ fltmc >NUL 2>&1 || (
|
||||||
EXIT 0
|
EXIT 0
|
||||||
)
|
)
|
||||||
|
|
||||||
:: === ADMIN RIGHTS ==
|
|
||||||
|
:: => ADMIN RIGHTS <=
|
||||||
|
|
||||||
:: === Registery modifications ==
|
:: === Registery modifications ==
|
||||||
ECHO Registery entries...
|
ECHO Registery entries...
|
||||||
|
@ -147,6 +148,7 @@ for %%i in (!games!) do (
|
||||||
!pmi! %%i
|
!pmi! %%i
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
:: === Ryujinx shortcut ==
|
:: === Ryujinx shortcut ==
|
||||||
:: Installed from winget as a portable app
|
:: Installed from winget as a portable app
|
||||||
PowerShell -Command "" ^
|
PowerShell -Command "" ^
|
||||||
|
|
Loading…
Reference in a new issue