mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-20 00:46:34 +00:00
3d6ea34eeb
* Update lib.rs * Remaining fixes * Initial * Forgot to commit * Clippy * Initial * Use feature gate * Fixes * layout.arc actually working. Add training_mod_menu_button * Add docstring, fix from static * Use include_flate to keep binary smaller * Add most menu features back * Add help, tabs * Add help, tabs * Small refactor * Fix clippy, some other issues * Updated menu buttons, inactive text colour (btns), layouts --------- Co-authored-by: Matthew Edell <edell.matthew@gmail.com>
4 lines
No EOL
370 B
PowerShell
Vendored
4 lines
No EOL
370 B
PowerShell
Vendored
$IP=(Test-Connection -ComputerName (hostname) -Count 1 | Select -ExpandProperty IPV4Address).IPAddressToString
|
|
cargo skyline build --release --features layout_arc_from_file
|
|
Copy-Item target/aarch64-skyline-switch/release/libtraining_modpack.nro 'C:\Users\Jdsam\AppData\Roaming\Ryujinx\mods\contents\01006A800016E000\romfs\skyline\plugins\'
|
|
cargo skyline listen --ip=$IP |