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
|
||||
rustup component add rust-analysis rls
|
||||
|
||||
|
||||
# === Rust ==
|
||||
# Add Cargo packages from Rust
|
||||
mkdir -p "$HOME"/.cargo/bin
|
||||
|
|
|
@ -6,9 +6,9 @@ SET "local=%HOMEPATH%\Documents\Local"
|
|||
|
||||
MKDIR "!local!" 2>NUL
|
||||
|
||||
:: === NO-ADMIN RIGHTS ==
|
||||
:: => NO-ADMIN RIGHTS <=
|
||||
|
||||
fltmc >NUL 2>&1 || (
|
||||
:: Notice
|
||||
ECHO Please wait until the administrator popup appears
|
||||
|
||||
:: === Update winget to latest version ==
|
||||
|
@ -31,7 +31,8 @@ fltmc >NUL 2>&1 || (
|
|||
EXIT 0
|
||||
)
|
||||
|
||||
:: === ADMIN RIGHTS ==
|
||||
|
||||
:: => ADMIN RIGHTS <=
|
||||
|
||||
:: === Registery modifications ==
|
||||
ECHO Registery entries...
|
||||
|
@ -147,6 +148,7 @@ for %%i in (!games!) do (
|
|||
!pmi! %%i
|
||||
)
|
||||
|
||||
|
||||
:: === Ryujinx shortcut ==
|
||||
:: Installed from winget as a portable app
|
||||
PowerShell -Command "" ^
|
||||
|
|
Loading…
Reference in a new issue