refactor(stage-tamagotchi): fail loudly on unsupported Steam packaging platform

This commit is contained in:
Lulu
2026-08-07 23:21:45 +08:00
parent 0fe65b46b0
commit 946cb04d19
@@ -131,7 +131,7 @@ export default {
platform = 'linux'
break
default:
return
throw new Error(`Unsupported Steam packaging platform: ${electronPlatform}`)
}
// macOS: sibling of `.app` in appOutDir. Win/Linux: next to the executable.