From 1da4fa1f97d596963ac0f40346d1620f08659286 Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Mon, 1 Apr 2024 09:35:34 +0200 Subject: [PATCH] fix update steps --- main.rmanifest.js | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/main.rmanifest.js b/main.rmanifest.js index c6aa763..05a07d5 100644 --- a/main.rmanifest.js +++ b/main.rmanifest.js @@ -48,13 +48,12 @@ class Manifest { } ] - updateSteps = { - git_reset: [ - { - from: "HEAD" - } - ] - } + updateSteps = [ + { + type: "git_reset", + from: "HEAD", + } + ] async afterInstall() { const defaultOptionsPath = `${install_path}/default_options.txt`