fix update steps
This commit is contained in:
parent
9c7b16342b
commit
1da4fa1f97
|
@ -48,13 +48,12 @@ class Manifest {
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
updateSteps = {
|
updateSteps = [
|
||||||
git_reset: [
|
{
|
||||||
{
|
type: "git_reset",
|
||||||
from: "HEAD"
|
from: "HEAD",
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
|
||||||
|
|
||||||
async afterInstall() {
|
async afterInstall() {
|
||||||
const defaultOptionsPath = `${install_path}/default_options.txt`
|
const defaultOptionsPath = `${install_path}/default_options.txt`
|
||||||
|
|
Loading…
Reference in New Issue