Last active
November 16, 2024 11:20
-
-
Save Daniel-VDM/79551dbe406e98c6b4cf4eff77a5e940 to your computer and use it in GitHub Desktop.
[Notes] Build Dalamud locally and inject.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Start power shell as admin | |
| set-executionpolicy remotesigned | |
| # Go to your repo dir | |
| cd C:\Users\danie\Documents\dalamud\Dalamud | |
| git pull | |
| git submodule update --init --recursive | |
| .\build.ps1 | |
| cd .\bin\Debug\ | |
| # Run game without dalamud injected | |
| .\Dalamud.Injector.exe inject -a | |
| # Updating | |
| cd ../.. | |
| git pull | |
| git submodule update --init --recursive | |
| .\build.ps1 | |
| cd .\bin\Debug\ | |
| .\Dalamud.Injector.exe inject -a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For latest staging: https://gist.github.com/Daniel-VDM/8be7f0577a05baf8c63448cd1bba332e