1
mirror of https://github.com/R2Northstar/Northstar synced 2025-09-23 06:10:50 +02:00

Compare commits

...

3 Commits

Author SHA1 Message Date
pg9182
55dcb8276e Delete MinHook.x64.dll (closes #222)
Not necessary since v1.4.0 (R2Northstar/NorthstarLauncher@cec11fbdef).
2022-03-28 22:30:59 -03:00
Eekker
9e03f69ca8 Update README.md
I add some proper grammar in the form of periods at the end of the final sentences to match up with the first that already had one.
2022-03-28 21:06:15 -03:00
pg9182
50ea7b365f Include Discord SDK in launcher builds (#224)
Co-authored-by: Emma Miler <27428383+emma-miler@users.noreply.github.com>
2022-03-26 22:41:49 +01:00
3 changed files with 5 additions and 3 deletions

View File

@@ -45,6 +45,7 @@ jobs:
northstar-launcher/x64/Release/Northstar.dll
northstar-launcher/x64/Release/wsock32.dll
northstar-launcher/x64/Release/NorthstarLauncher.exe
northstar-launcher/x64/Release/discord_game_sdk.dll
northstar-launcher/x64/Release/DiscordRPC.dll
northstar-launcher/x64/Release/*.txt
- name: Upload debug build artifact
@@ -95,6 +96,7 @@ jobs:
mkdir -p northstar/R2Northstar/plugins
mkdir -p northstar/bin/x64_retail
mv -v northstar-launcher/DiscordRPC.dll northstar/R2Northstar/plugins
mv -v northstar-launcher/discord_game_sdk.dll northstar
mv -v northstar-launcher/wsock32.dll northstar/bin/x64_retail
unzip NorthstarStubs.zip -d northstar/bin/x64_dedi
mv -v northstar-launcher/* northstar

View File

@@ -28,6 +28,6 @@ The documentation is split into two repositories:
Thanks to everyone that's put up with me and helped out with this project, it's been a fun passion project I've had throughout 2021 so releasing it is pretty cathartic. Specifically:
- Thanks to the Icepick developers for making the Icepick, I initially forked it for earlier versions of Northstar and it was a great base to experiment with stuff on before moving to the custom launcher.
- Thanks to everyone on R5R team for giving me advice on some later parts of development
- Thanks to everyone in the testing server for putting up with me and helping find bugs
- Thanks to everyone else that's helped, gave advice, all that
- Thanks to everyone on R5R team for giving me advice on some later parts of development.
- Thanks to everyone in the testing server for putting up with me and helping find bugs.
- Thanks to everyone else that's helped, gave advice, all that.

Binary file not shown.