mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
ELECTRON: Use steamworks.js to integrate with Steamworks SDK (#1563)
This commit is contained in:
@@ -15,11 +15,6 @@ cd ..
|
||||
cp -r .app/* .package
|
||||
cp -r electron/* .package
|
||||
|
||||
# steam_appid.txt would end up in the resource dir
|
||||
rm .package/steam_appid.txt
|
||||
|
||||
BUILD_PLATFORM="${1:-"all"}"
|
||||
# And finally build the app.
|
||||
npm run electron:packager-$BUILD_PLATFORM
|
||||
|
||||
echo .build/* | xargs -n 1 cp electron/steam_appid.txt
|
||||
|
||||
Reference in New Issue
Block a user