Skip to content

Commit

Permalink
ps4용 속성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
if1live committed Jan 16, 2018
1 parent 59a8514 commit 242e1d7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config.go
Expand Up @@ -53,8 +53,9 @@ type KeystoreConfig struct {
}

type PublishingConfig struct {
UseApkExpansion bool `json:"useApkExpansion"`
UwpCapability []string `json:"uwpCapability"`
UseApkExpansion bool `json:"useApkExpansion"`
UwpCapability []string `json:"uwpCapability"`
Ps4AttribExclusiveVR bool `json:"ps4AttribExclusiveVR"`
}

type ScriptingConfig struct {
Expand Down

0 comments on commit 242e1d7

Please sign in to comment.