feat: separate steam build and directory build to save space
This commit is contained in:
@@ -65,6 +65,27 @@ export type Config = {
|
||||
assets: string
|
||||
release: string
|
||||
}
|
||||
directory: {
|
||||
assets: string
|
||||
title: string
|
||||
voice: string
|
||||
portraits: string
|
||||
error: {
|
||||
files: {
|
||||
key: string
|
||||
paddings: {
|
||||
left: string
|
||||
right: string
|
||||
top: string
|
||||
bottom: string
|
||||
}
|
||||
}[]
|
||||
voice: {
|
||||
file: string
|
||||
target: string
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
dir_name: {
|
||||
data: string
|
||||
@@ -80,24 +101,4 @@ export type Config = {
|
||||
}[]
|
||||
}
|
||||
}
|
||||
directory: {
|
||||
assets_dir: string
|
||||
title: string
|
||||
voice: string
|
||||
error: {
|
||||
files: {
|
||||
key: string
|
||||
paddings: {
|
||||
left: string
|
||||
right: string
|
||||
top: string
|
||||
bottom: string
|
||||
}
|
||||
}[]
|
||||
voice: {
|
||||
file: string
|
||||
target: string
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user