try multi-platform manifest with logging options
Some checks failed
/ release (Debug, map[deps:macos-universal flag:arm64 name:macos scons-script:./.github/workflows/scripts/mac/scons-build.sh suffix:-silicon version:14]) (push) Has been cancelled
/ release (Debug, map[deps:macos-universal flag:x86_64 name:macos scons-script:./.github/workflows/scripts/mac/scons-build.sh suffix:-intel version:12]) (push) Has been cancelled
/ release (Debug, map[name:windows scons-script:./.github/workflows/scripts/win/scons-build.bat suffix: version:2019]) (push) Has been cancelled
/ release (Release, map[deps:macos-universal flag:arm64 name:macos scons-script:./.github/workflows/scripts/mac/scons-build.sh suffix:-silicon version:14]) (push) Has been cancelled
/ release (Release, map[deps:macos-universal flag:x86_64 name:macos scons-script:./.github/workflows/scripts/mac/scons-build.sh suffix:-intel version:12]) (push) Has been cancelled
/ release (Release, map[name:windows scons-script:./.github/workflows/scripts/win/scons-build.bat suffix: version:2019]) (push) Has been cancelled

This commit is contained in:
2024-11-01 12:01:50 -05:00
parent 2d782933bc
commit ce3809fff1

View File

@@ -1,3 +1,21 @@
[[actions]]
name = "play"
path = "Blades of Exile.exe"
name = "Play"
path = "Blades of Exile.exe"
platform = "windows"
[[actions]]
name = "Play, Logging Everything To Help The Devs Fix Bugs"
path = "Blades of Exile.exe"
platform = "windows"
args = ["--record", "log"]
[[actions]]
name = "Play"
path = "Blades of Exile.app"
platform = "osx"
[[actions]]
name = "Play, Logging Everything To Help The Devs Fix Bugs"
path = "Blades of Exile.app"
platform = "osx"
args = ["--record", "log"]