Skip to content

Commit 50ea7b3

Browse files
pg9182emma-miler
andauthored
Include Discord SDK in launcher builds (#224)
Co-authored-by: Emma Miler <27428383+emma-miler@users.noreply.github.com>
1 parent f0366dd commit 50ea7b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
northstar-launcher/x64/Release/Northstar.dll
4646
northstar-launcher/x64/Release/wsock32.dll
4747
northstar-launcher/x64/Release/NorthstarLauncher.exe
48+
northstar-launcher/x64/Release/discord_game_sdk.dll
4849
northstar-launcher/x64/Release/DiscordRPC.dll
4950
northstar-launcher/x64/Release/*.txt
5051
- name: Upload debug build artifact
@@ -95,6 +96,7 @@ jobs:
9596
mkdir -p northstar/R2Northstar/plugins
9697
mkdir -p northstar/bin/x64_retail
9798
mv -v northstar-launcher/DiscordRPC.dll northstar/R2Northstar/plugins
99+
mv -v northstar-launcher/discord_game_sdk.dll northstar
98100
mv -v northstar-launcher/wsock32.dll northstar/bin/x64_retail
99101
unzip NorthstarStubs.zip -d northstar/bin/x64_dedi
100102
mv -v northstar-launcher/* northstar

0 commit comments

Comments
 (0)