fix update steps

This commit is contained in:
SrGooglo 2024-04-01 09:35:34 +02:00
parent 9c7b16342b
commit 1da4fa1f97
1 changed files with 6 additions and 7 deletions

View File

@ -48,13 +48,12 @@ class Manifest {
} }
] ]
updateSteps = { updateSteps = [
git_reset: [
{ {
from: "HEAD" type: "git_reset",
from: "HEAD",
} }
] ]
}
async afterInstall() { async afterInstall() {
const defaultOptionsPath = `${install_path}/default_options.txt` const defaultOptionsPath = `${install_path}/default_options.txt`